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

IManagementGroupsOperations 接口

定义

ManagementGroupsOperations 操作。

public interface IManagementGroupsOperations
type IManagementGroupsOperations = interface
Public Interface IManagementGroupsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, CreateManagementGroupRequest, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, CreateManagementGroupRequest, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetDescendantsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出来自管理组的所有实体。

GetDescendantsWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

列出来自管理组的所有实体。

GetWithHttpMessagesAsync(String, String, Nullable<Boolean>, String, String, Dictionary<String,List<String>>, CancellationToken)

获取管理组的详细信息。

ListNextWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出已通过身份验证的用户的管理组。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出已通过身份验证的用户的管理组。

UpdateWithHttpMessagesAsync(String, PatchManagementGroupRequest, String, Dictionary<String,List<String>>, CancellationToken)

更新管理组。

扩展方法

BeginCreateOrUpdate(IManagementGroupsOperations, String, CreateManagementGroupRequest, String)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

BeginCreateOrUpdateAsync(IManagementGroupsOperations, String, CreateManagementGroupRequest, String, CancellationToken)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

BeginDelete(IManagementGroupsOperations, String, String)

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

BeginDeleteAsync(IManagementGroupsOperations, String, String, CancellationToken)

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

CreateOrUpdate(IManagementGroupsOperations, String, CreateManagementGroupRequest, String)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

CreateOrUpdateAsync(IManagementGroupsOperations, String, CreateManagementGroupRequest, String, CancellationToken)

创建或更新管理组。 如果已创建管理组,并且发出具有不同属性的后续创建请求,则会更新管理组属性。

Delete(IManagementGroupsOperations, String, String)

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

DeleteAsync(IManagementGroupsOperations, String, String, CancellationToken)

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

Get(IManagementGroupsOperations, String, String, Nullable<Boolean>, String, String)

获取管理组的详细信息。

GetAsync(IManagementGroupsOperations, String, String, Nullable<Boolean>, String, String, CancellationToken)

获取管理组的详细信息。

GetDescendants(IManagementGroupsOperations, String, String, Nullable<Int32>)

列出来自管理组的所有实体。

GetDescendantsAsync(IManagementGroupsOperations, String, String, Nullable<Int32>, CancellationToken)

列出来自管理组的所有实体。

GetDescendantsNext(IManagementGroupsOperations, String)

列出来自管理组的所有实体。

GetDescendantsNextAsync(IManagementGroupsOperations, String, CancellationToken)

列出来自管理组的所有实体。

List(IManagementGroupsOperations, String, String)

列出已通过身份验证的用户的管理组。

ListAsync(IManagementGroupsOperations, String, String, CancellationToken)

列出已通过身份验证的用户的管理组。

ListNext(IManagementGroupsOperations, String, String)

列出已通过身份验证的用户的管理组。

ListNextAsync(IManagementGroupsOperations, String, String, CancellationToken)

列出已通过身份验证的用户的管理组。

Update(IManagementGroupsOperations, String, PatchManagementGroupRequest, String)

更新管理组。

UpdateAsync(IManagementGroupsOperations, String, PatchManagementGroupRequest, String, CancellationToken)

更新管理组。

适用于