你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticJobAdapter.GetJobStepExecution Method

Definition

Gets a job step execution

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

Parameters

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

Returns

Applies to