Sdílet prostřednictvím


IManagementGroupsOperations Interface

Definition

ManagementGroupsOperations operations.

public interface IManagementGroupsOperations
type IManagementGroupsOperations = interface
Public Interface IManagementGroupsOperations

Methods

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

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

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

Delete management group. If a management group contains child resources, the request will fail.

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

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

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

Delete management group. If a management group contains child resources, the request will fail.

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

List all entities that descend from a management group.

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

List all entities that descend from a management group.

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

Get the details of the management group.

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

List management groups for the authenticated user.

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

List management groups for the authenticated user.

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

Update a management group.

Extension Methods

BeginCreateOrUpdate(IManagementGroupsOperations, String, CreateManagementGroupRequest, String)

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

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

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

BeginDelete(IManagementGroupsOperations, String, String)

Delete management group. If a management group contains child resources, the request will fail.

BeginDeleteAsync(IManagementGroupsOperations, String, String, CancellationToken)

Delete management group. If a management group contains child resources, the request will fail.

CreateOrUpdate(IManagementGroupsOperations, String, CreateManagementGroupRequest, String)

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

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

Create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated.

Delete(IManagementGroupsOperations, String, String)

Delete management group. If a management group contains child resources, the request will fail.

DeleteAsync(IManagementGroupsOperations, String, String, CancellationToken)

Delete management group. If a management group contains child resources, the request will fail.

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

Get the details of the management group.

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

Get the details of the management group.

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

List all entities that descend from a management group.

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

List all entities that descend from a management group.

GetDescendantsNext(IManagementGroupsOperations, String)

List all entities that descend from a management group.

GetDescendantsNextAsync(IManagementGroupsOperations, String, CancellationToken)

List all entities that descend from a management group.

List(IManagementGroupsOperations, String, String)

List management groups for the authenticated user.

ListAsync(IManagementGroupsOperations, String, String, CancellationToken)

List management groups for the authenticated user.

ListNext(IManagementGroupsOperations, String, String)

List management groups for the authenticated user.

ListNextAsync(IManagementGroupsOperations, String, String, CancellationToken)

List management groups for the authenticated user.

Update(IManagementGroupsOperations, String, PatchManagementGroupRequest, String)

Update a management group.

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

Update a management group.

Applies to