Compartilhar via


ManagementGroupsOperationsExtensions.BeginDeleteAsync Método

Definição

Excluir um grupo de gerenciamento. Se um grupo de gerenciamento contiver recursos filho, a solicitação falhará.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.AzureAsyncOperationResults> BeginDeleteAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.AzureAsyncOperationResults>
<Extension()>
Public Function BeginDeleteAsync (operations As IManagementGroupsOperations, groupId As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureAsyncOperationResults)

Parâmetros

operations
IManagementGroupsOperations

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

groupId
String

ID do Grupo de Gerenciamento.

cacheControl
String

Indica se a solicitação deve utilizar caches. Preencha o cabeçalho com o valor "sem cache" para ignorar os caches existentes.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a