JobStep Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A job step.
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobStep : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobStep = class
inherit ProxyResource
Public Class JobStep
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
JobStep() |
Initializes a new instance of the JobStep class. |
JobStep(String, String, JobStepAction, String, String, String, Nullable<Int32>, JobStepOutput, JobStepExecutionOptions) |
Initializes a new instance of the JobStep class. |
Properties
Action |
Gets or sets the action payload of the job step. |
Credential |
Gets or sets the resource ID of the job credential that will be used to connect to the targets. |
ExecutionOptions |
Gets or sets execution options for the job step. |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
Output |
Gets or sets output destination properties of the job step. |
StepId |
Gets or sets 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. |
TargetGroup |
Gets or sets the resource ID of the target group that the job step will be executed on. |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET