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

ManagementGroupsOperationsExtensions.BeginDelete 方法

定义

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

public static Microsoft.Azure.Management.ManagementGroups.Models.AzureAsyncOperationResults BeginDelete (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, string cacheControl = "no-cache");
static member BeginDelete : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string -> Microsoft.Azure.Management.ManagementGroups.Models.AzureAsyncOperationResults
<Extension()>
Public Function BeginDelete (operations As IManagementGroupsOperations, groupId As String, Optional cacheControl As String = "no-cache") As AzureAsyncOperationResults

参数

operations
IManagementGroupsOperations

此扩展方法的操作组。

groupId
String

管理组 ID。

cacheControl
String

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

返回

适用于