Skip to main content

management_groups

Overview

Namemanagement_groups
TypeResource
Idazure.management_groups.management_groups

Fields

NameDatatypeDescription
idstringThe fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
namestringThe name of the management group. For example, 00000000-0000-0000-0000-000000000000
propertiesobjectThe generic properties of a management group.
typestringThe type of the resource. For example, Microsoft.Management/managementGroups

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupIdGet the details of the management group.
listSELECTList management groups for the authenticated user.
create_or_updateINSERTgroupIdCreate 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.
deleteDELETEgroupIdDelete management group.
If a management group contains child resources, the request will fail.
_listEXECList management groups for the authenticated user.
updateEXECgroupIdUpdate a management group.