Compartilhar via


ResourceManagementClientExtensions.GetLongRunningOperationStatusAsync Método

Definição

A operação Get Operation Status retorna o status da operação especificada. Depois de chamar uma operação assíncrona, você poderá chamar Get Operation Status para determinar se a operação obteve êxito, se falhou ou se ainda está em andamento.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse> GetLongRunningOperationStatusAsync (this Microsoft.Azure.Management.Resources.IResourceManagementClient operations, string operationStatusLink);
static member GetLongRunningOperationStatusAsync : Microsoft.Azure.Management.Resources.IResourceManagementClient * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.LongRunningOperationResponse>
<Extension()>
Public Function GetLongRunningOperationStatusAsync (operations As IResourceManagementClient, operationStatusLink As String) As Task(Of LongRunningOperationResponse)

Parâmetros

operations
IResourceManagementClient

Referência para o Microsoft.Azure.Management.Resources.IResourceManagementClient.

operationStatusLink
String

Obrigatórios. Valor local retornado pela operação Begin.

Retornos

Uma resposta do serviço padrão por muito tempo executando operações.

Aplica-se a