AzureSqlElasticJobCommunicator.GetJobStep(String, String, String, String, String) Method

Definition

public Microsoft.Azure.Management.Sql.Models.JobStep GetJobStep (string resourceGroupName, string serverName, string agentName, string jobName, string stepName);
member this.GetJobStep : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobStep
Public Function GetJobStep (resourceGroupName As String, serverName As String, agentName As String, jobName As String, stepName As String) As JobStep

Parameters

resourceGroupName
String
serverName
String
agentName
String
jobName
String
stepName
String

Returns

JobStep

Applies to