262 строки
18 KiB
YAML
262 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner"
|
|
name: "JobStepInner"
|
|
nameWithType: "JobStepInner"
|
|
summary: "A job step."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.ProxyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.ProxyResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **JobStepInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.JobStepInner()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.JobStepInner()"
|
|
name: "JobStepInner()"
|
|
nameWithType: "JobStepInner.JobStepInner()"
|
|
summary: "Creates an instance of Job<wbr>Step<wbr>Inner class."
|
|
syntax: "public JobStepInner()"
|
|
desc: "Creates an instance of JobStepInner class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.action()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.action()"
|
|
name: "action()"
|
|
nameWithType: "JobStepInner.action()"
|
|
summary: "Get the action property: The action payload of the job step."
|
|
syntax: "public JobStepAction action()"
|
|
desc: "Get the action property: The action payload of the job step."
|
|
returns:
|
|
description: "the action value."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepAction?alt=com.azure.resourcemanager.sql.models.JobStepAction&text=JobStepAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.credential()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.credential()"
|
|
name: "credential()"
|
|
nameWithType: "JobStepInner.credential()"
|
|
summary: "Get the credential property: The resource ID of the job credential that will be used to connect to the targets."
|
|
syntax: "public String credential()"
|
|
desc: "Get the credential property: The resource ID of the job credential that will be used to connect to the targets."
|
|
returns:
|
|
description: "the credential value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.executionOptions()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.executionOptions()"
|
|
name: "executionOptions()"
|
|
nameWithType: "JobStepInner.executionOptions()"
|
|
summary: "Get the execution<wbr>Options property: Execution options for the job step."
|
|
syntax: "public JobStepExecutionOptions executionOptions()"
|
|
desc: "Get the executionOptions property: Execution options for the job step."
|
|
returns:
|
|
description: "the executionOptions value."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepExecutionOptions?alt=com.azure.resourcemanager.sql.models.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "JobStepInner.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Job<wbr>Step<wbr>Inner from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static JobStepInner fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of JobStepInner from the JsonReader."
|
|
returns:
|
|
description: "An instance of JobStepInner if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.id()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.id()"
|
|
name: "id()"
|
|
nameWithType: "JobStepInner.id()"
|
|
summary: "Get the id property: Fully qualified resource Id for the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.id()"
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.name()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.name()"
|
|
name: "name()"
|
|
nameWithType: "JobStepInner.name()"
|
|
summary: "Get the name property: The name of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.name()"
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.output()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.output()"
|
|
name: "output()"
|
|
nameWithType: "JobStepInner.output()"
|
|
summary: "Get the output property: Output destination properties of the job step."
|
|
syntax: "public JobStepOutput output()"
|
|
desc: "Get the output property: Output destination properties of the job step."
|
|
returns:
|
|
description: "the output value."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.stepId()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.stepId()"
|
|
name: "stepId()"
|
|
nameWithType: "JobStepInner.stepId()"
|
|
summary: "Get the step<wbr>Id property: The job step's index within the job."
|
|
syntax: "public Integer stepId()"
|
|
desc: "Get the stepId property: The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified."
|
|
returns:
|
|
description: "the stepId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.targetGroup()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.targetGroup()"
|
|
name: "targetGroup()"
|
|
nameWithType: "JobStepInner.targetGroup()"
|
|
summary: "Get the target<wbr>Group property: The resource ID of the target group that the job step will be executed on."
|
|
syntax: "public String targetGroup()"
|
|
desc: "Get the targetGroup property: The resource ID of the target group that the job step will be executed on."
|
|
returns:
|
|
description: "the targetGroup value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "JobStepInner.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.type()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.type()"
|
|
name: "type()"
|
|
nameWithType: "JobStepInner.type()"
|
|
summary: "Get the type property: The type of the resource."
|
|
overridden: "com.azure.core.management.ProxyResource.type()"
|
|
syntax: "public String type()"
|
|
desc: "Get the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.validate()"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.validate()"
|
|
name: "validate()"
|
|
nameWithType: "JobStepInner.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withAction(com.azure.resourcemanager.sql.models.JobStepAction)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withAction(JobStepAction action)"
|
|
name: "withAction(JobStepAction action)"
|
|
nameWithType: "JobStepInner.withAction(JobStepAction action)"
|
|
summary: "Set the action property: The action payload of the job step."
|
|
parameters:
|
|
- description: "the action value to set."
|
|
name: "action"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepAction?alt=com.azure.resourcemanager.sql.models.JobStepAction&text=JobStepAction\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepInner withAction(JobStepAction action)"
|
|
desc: "Set the action property: The action payload of the job step."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withCredential(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withCredential(String credential)"
|
|
name: "withCredential(String credential)"
|
|
nameWithType: "JobStepInner.withCredential(String credential)"
|
|
summary: "Set the credential property: The resource ID of the job credential that will be used to connect to the targets."
|
|
parameters:
|
|
- description: "the credential value to set."
|
|
name: "credential"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public JobStepInner withCredential(String credential)"
|
|
desc: "Set the credential property: The resource ID of the job credential that will be used to connect to the targets."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withExecutionOptions(com.azure.resourcemanager.sql.models.JobStepExecutionOptions)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions)"
|
|
name: "withExecutionOptions(JobStepExecutionOptions executionOptions)"
|
|
nameWithType: "JobStepInner.withExecutionOptions(JobStepExecutionOptions executionOptions)"
|
|
summary: "Set the execution<wbr>Options property: Execution options for the job step."
|
|
parameters:
|
|
- description: "the executionOptions value to set."
|
|
name: "executionOptions"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepExecutionOptions?alt=com.azure.resourcemanager.sql.models.JobStepExecutionOptions&text=JobStepExecutionOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepInner withExecutionOptions(JobStepExecutionOptions executionOptions)"
|
|
desc: "Set the executionOptions property: Execution options for the job step."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withOutput(com.azure.resourcemanager.sql.models.JobStepOutput)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withOutput(JobStepOutput output)"
|
|
name: "withOutput(JobStepOutput output)"
|
|
nameWithType: "JobStepInner.withOutput(JobStepOutput output)"
|
|
summary: "Set the output property: Output destination properties of the job step."
|
|
parameters:
|
|
- description: "the output value to set."
|
|
name: "output"
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JobStepInner withOutput(JobStepOutput output)"
|
|
desc: "Set the output property: Output destination properties of the job step."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withStepId(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withStepId(Integer stepId)"
|
|
name: "withStepId(Integer stepId)"
|
|
nameWithType: "JobStepInner.withStepId(Integer stepId)"
|
|
summary: "Set the step<wbr>Id property: The job step's index within the job."
|
|
parameters:
|
|
- description: "the stepId value to set."
|
|
name: "stepId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public JobStepInner withStepId(Integer stepId)"
|
|
desc: "Set the stepId property: The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withTargetGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.fluent.models.JobStepInner.withTargetGroup(String targetGroup)"
|
|
name: "withTargetGroup(String targetGroup)"
|
|
nameWithType: "JobStepInner.withTargetGroup(String targetGroup)"
|
|
summary: "Set the target<wbr>Group property: The resource ID of the target group that the job step will be executed on."
|
|
parameters:
|
|
- description: "the targetGroup value to set."
|
|
name: "targetGroup"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public JobStepInner withTargetGroup(String targetGroup)"
|
|
desc: "Set the targetGroup property: The resource ID of the target group that the job step will be executed on."
|
|
returns:
|
|
description: "the JobStepInner object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobStepInner?alt=com.azure.resourcemanager.sql.fluent.models.JobStepInner&text=JobStepInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A job step."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|