Azure.ResourceManager.ManagementGroups Namespace

Classes

ManagementGroupCollection

A class representing a collection of ManagementGroupResource and their operations. Each ManagementGroupResource in the collection will belong to the same instance of TenantResource. To get a ManagementGroupCollection instance call the GetManagementGroups method from an instance of TenantResource.

ManagementGroupData

A class representing the ManagementGroup data model. The management group details.

ManagementGroupResource

A Class representing a ManagementGroup along with the instance operations that can be performed on it.

ManagementGroupSubscriptionCollection

A class representing a collection of ManagementGroupSubscriptionResource and their operations. Each ManagementGroupSubscriptionResource in the collection will belong to the same instance of ManagementGroupResource. To get a ManagementGroupSubscriptionCollection instance call the GetManagementGroupSubscriptions method from an instance of ManagementGroupResource.

ManagementGroupSubscriptionData

A class representing the ManagementGroupSubscription data model. The details of subscription under management group.

ManagementGroupSubscriptionResource

A Class representing a ManagementGroupSubscription along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a ManagementGroupSubscriptionResource from an instance of ArmClient using the GetManagementGroupSubscriptionResource method. Otherwise you can get one from its parent resource ManagementGroupResource using the GetManagementGroupSubscription method.