azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.JobStepAction"
fullName: "com.microsoft.azure.management.sql.JobStepAction"
name: "JobStepAction"
nameWithType: "JobStepAction"
summary: "The action to be executed by a job step."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **JobStepAction**"
constructors:
- uid: "com.microsoft.azure.management.sql.JobStepAction.JobStepAction()"
fullName: "com.microsoft.azure.management.sql.JobStepAction.JobStepAction()"
name: "JobStepAction()"
nameWithType: "JobStepAction.JobStepAction()"
syntax: "public JobStepAction()"
methods:
- uid: "com.microsoft.azure.management.sql.JobStepAction.source()"
fullName: "com.microsoft.azure.management.sql.JobStepAction.source()"
name: "source()"
nameWithType: "JobStepAction.source()"
summary: "Get the source of the action to execute."
syntax: "public JobStepActionSource source()"
desc: "Get the source of the action to execute. Possible values include: 'Inline'."
returns:
description: "the source value"
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionSource?alt=com.microsoft.azure.management.sql.JobStepActionSource&text=JobStepActionSource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobStepAction.type()"
fullName: "com.microsoft.azure.management.sql.JobStepAction.type()"
name: "type()"
nameWithType: "JobStepAction.type()"
summary: "Get type of action being executed by the job step."
syntax: "public JobStepActionType type()"
desc: "Get type of action being executed by the job step. Possible values include: 'TSql'."
returns:
description: "the type value"
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionType?alt=com.microsoft.azure.management.sql.JobStepActionType&text=JobStepActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobStepAction.value()"
fullName: "com.microsoft.azure.management.sql.JobStepAction.value()"
name: "value()"
nameWithType: "JobStepAction.value()"
summary: "Get the action value, for example the text of the T-SQL script to execute."
syntax: "public String value()"
desc: "Get the action value, for example the text of the T-SQL script to execute."
returns:
description: "the value value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobStepAction.withSource(com.microsoft.azure.management.sql.JobStepActionSource)"
fullName: "com.microsoft.azure.management.sql.JobStepAction.withSource(JobStepActionSource source)"
name: "withSource(JobStepActionSource source)"
nameWithType: "JobStepAction.withSource(JobStepActionSource source)"
summary: "Set the source of the action to execute."
parameters:
- description: "the source value to set"
name: "source"
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionSource?alt=com.microsoft.azure.management.sql.JobStepActionSource&text=JobStepActionSource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobStepAction withSource(JobStepActionSource source)"
desc: "Set the source of the action to execute. Possible values include: 'Inline'."
returns:
description: "the JobStepAction object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepAction?alt=com.microsoft.azure.management.sql.JobStepAction&text=JobStepAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobStepAction.withType(com.microsoft.azure.management.sql.JobStepActionType)"
fullName: "com.microsoft.azure.management.sql.JobStepAction.withType(JobStepActionType type)"
name: "withType(JobStepActionType type)"
nameWithType: "JobStepAction.withType(JobStepActionType type)"
summary: "Set type of action being executed by the job step."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepActionType?alt=com.microsoft.azure.management.sql.JobStepActionType&text=JobStepActionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobStepAction withType(JobStepActionType type)"
desc: "Set type of action being executed by the job step. Possible values include: 'TSql'."
returns:
description: "the JobStepAction object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepAction?alt=com.microsoft.azure.management.sql.JobStepAction&text=JobStepAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.JobStepAction.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.JobStepAction.withValue(String value)"
name: "withValue(String value)"
nameWithType: "JobStepAction.withValue(String value)"
summary: "Set the action value, for example the text of the T-SQL script to execute."
parameters:
- description: "the value value to set"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobStepAction withValue(String value)"
desc: "Set the action value, for example the text of the T-SQL script to execute."
returns:
description: "the JobStepAction object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.JobStepAction?alt=com.microsoft.azure.management.sql.JobStepAction&text=JobStepAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The action to be executed by a job step."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4