你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementGroupsOperationsExtensions.BeginDeleteAsync 方法

定义

删除管理组。 如果管理组包含子资源,请求将失败。

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)

参数

operations
IManagementGroupsOperations

此扩展方法的操作组。

groupId
String

管理组 ID。

cacheControl
String

指示请求是否应利用任何缓存。 使用“no-cache”值填充标头以绕过现有缓存。

cancellationToken
CancellationToken

取消标记。

返回

适用于