Partilhar via


DeploymentOperationsExtensions.DeleteAsync Método

Definição

Exclua a implantação e todos os seus recursos.

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

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

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a