AzureSqlElasticJobCommunicator.ListJobStepsByJob 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 all steps from a job
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep> ListJobStepsByJob (string resourceGroupName, string serverName, string agentName, string jobName);
member this.ListJobStepsByJob : string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep>
Public Function ListJobStepsByJob (resourceGroupName As String, serverName As String, agentName As String, jobName As String) As IPage(Of JobStep)
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- jobName
- String
The job name
Returns
Pages of job steps for a job