AzureSqlElasticJobStepModel Class

Definition

public class AzureSqlElasticJobStepModel : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobBaseModel
type AzureSqlElasticJobStepModel = class
    inherit AzureSqlElasticJobBaseModel
Public Class AzureSqlElasticJobStepModel
Inherits AzureSqlElasticJobBaseModel
Inheritance

Constructors

AzureSqlElasticJobStepModel()

Fields

StepId

The job step's step id

Properties

AgentName

Gets or sets the agent name

(Inherited from AzureSqlElasticJobsBaseModel)
CommandText

The job step command text

CredentialName

The job step's credential name

InitialRetryIntervalSeconds

The initial retry interval seconds

JobName

Gets or sets the job name

(Inherited from AzureSqlElasticJobBaseModel)
MaximumRetryIntervalSeconds

The maximum retry interval seconds

Output

The job step's output details

ResourceGroupName

Gets or sets the name of the resource group name

(Inherited from AzureSqlElasticJobsBaseModel)
ResourceId

Gets or sets the resource id

(Inherited from AzureSqlElasticJobsBaseModel)
RetryAttempts

The retry attempts

RetryIntervalBackoffMultiplier

The retry interval back off multiplier

ServerName

Gets or sets the server name

(Inherited from AzureSqlElasticJobsBaseModel)
StepName

The job step's step name

TargetGroupName

The job step's target group name

TimeoutSeconds

The timeout seconds

Type

Gets or sets the resource typ

(Inherited from AzureSqlElasticJobsBaseModel)

Applies to