Partilhar via


JobTargetExecutionsOperationsExtensions.GetAsync Método

Definição

Obtém uma execução de destino.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionInner> GetAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobTargetExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Guid jobExecutionId, string stepName, Guid targetId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.Fluent.IJobTargetExecutionsOperations * string * string * string * string * Guid * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionInner>
<Extension()>
Public Function GetAsync (operations As IJobTargetExecutionsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String, jobExecutionId As Guid, stepName As String, targetId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobExecutionInner)

Parâmetros

operations
IJobTargetExecutionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

serverName
String

O nome do servidor.

jobAgentName
String

O nome do agente de trabalho.

jobName
String

O nome do trabalho a ser obtido.

jobExecutionId
Guid

A ID exclusiva da execução do trabalho

stepName
String

O nome da etapa.

targetId
Guid

A ID de destino.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a