Partilhar via


DeploymentOperationsExtensions.BeginDeletingAsync Método

Definição

Comece a excluir a implantação. Para determinar se a operação terminou de processar a solicitação, chame GetLongRunningOperationStatus.

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

Parâmetros

operations
IDeploymentOperations

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

resourceGroupName
String

Obrigatórios. O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

deploymentName
String

Obrigatórios. O nome da implantação a ser excluída.

Retornos

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

Aplica-se a