public class JobStepInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
JobStepInner() |
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
action()
Get the action property: The action payload of the job step.
|
String |
credential()
Get the credential property: The resource ID of the job credential that will be used to connect to the targets.
|
JobStepExecutionOptions |
executionOptions()
Get the executionOptions property: Execution options for the job step.
|
JobStepOutput |
output()
Get the output property: Output destination properties of the job step.
|
Integer |
stepId()
Get the stepId property: The job step's index within the job.
|
String |
targetGroup()
Get the targetGroup property: The resource ID of the target group that the job step will be executed on.
|
void |
validate()
Validates the instance.
|
JobStepInner |
withAction(JobStepAction action)
Set the action property: The action payload of the job step.
|
JobStepInner |
withCredential(String credential)
Set the credential property: The resource ID of the job credential that will be used to connect to the targets.
|
JobStepInner |
withExecutionOptions(JobStepExecutionOptions executionOptions)
Set the executionOptions property: Execution options for the job step.
|
JobStepInner |
withOutput(JobStepOutput output)
Set the output property: Output destination properties of the job step.
|
JobStepInner |
withStepId(Integer stepId)
Set the stepId property: The job step's index within the job.
|
JobStepInner |
withTargetGroup(String targetGroup)
Set the targetGroup property: The resource ID of the target group that the job step will be executed on.
|
public Integer stepId()
public JobStepInner withStepId(Integer stepId)
stepId - the stepId value to set.public String targetGroup()
public JobStepInner withTargetGroup(String targetGroup)
targetGroup - the targetGroup value to set.public String credential()
public JobStepInner withCredential(String credential)
credential - the credential value to set.public JobStepAction action()
public JobStepInner withAction(JobStepAction action)
action - the action value to set.public JobStepOutput output()
public JobStepInner withOutput(JobStepOutput output)
output - the output value to set.public JobStepExecutionOptions executionOptions()
public JobStepInner withExecutionOptions(JobStepExecutionOptions executionOptions)
executionOptions - the executionOptions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.