JobStepInner Class

Definition

A job step.

[Microsoft.Rest.Serialization.JsonTransformation]
public class JobStepInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobStepInner = class
    inherit ProxyResourceInner
Public Class JobStepInner
Inherits ProxyResourceInner
Inheritance
Attributes

Constructors

JobStepInner()

Initializes a new instance of the JobStepInner class.

JobStepInner(String, String, JobStepAction, String, String, String, Nullable<Int32>, JobStepOutput, JobStepExecutionOptions)

Initializes a new instance of the JobStepInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
TargetGroup

Gets or sets the resource ID of the target group that the job step will be executed on.

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to