Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.GetJobStepExecution Method

Definition

Gets a job step execution

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

Parameters

resourceGroupName
String
serverName
String
agentName
String
jobName
String
jobExecutionId
Guid
stepName
String

Returns

Applies to