Sdílet prostřednictvím


AzureSqlElasticJobAdapter.ListJobSteps(String, String, String, String) Method

Definition

Gets a list of job steps associated to a job

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel> ListJobSteps (string resourceGroupName, string serverName, string agentName, string jobName);
member this.ListJobSteps : string * string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobStepModel>
Public Function ListJobSteps (resourceGroupName As String, serverName As String, agentName As String, jobName As String) As List(Of AzureSqlElasticJobStepModel)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

jobName
String

The job name

Returns

A list of job steps associated to a job

Applies to