ManagementGroupsOperationsExtensions Class

Definition

Extension methods for ManagementGroupsOperations.

public static class ManagementGroupsOperationsExtensions
type ManagementGroupsOperationsExtensions = class
Public Module ManagementGroupsOperationsExtensions
Inheritance
ManagementGroupsOperationsExtensions

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