AzureSqlElasticJobAdapter.ListJobSteps(String, String, String, String) Method
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.
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