ManagementGroupInfo Class
The management group resource.
Constructor
ManagementGroupInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000. |
|
type
|
The type of the resource. For example, Microsoft.Management/managementGroups. |
|
name
|
The name of the management group. For example, 00000000-0000-0000-0000-000000000000. |
|
properties
|
The generic properties of a management group. |
Attributes
id
The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
id: str | None
name
The name of the management group. For example, 00000000-0000-0000-0000-000000000000.
name: str | None
properties
The generic properties of a management group.
properties: _models.ManagementGroupInfoProperties | None
type
The type of the resource. For example, Microsoft.Management/managementGroups.
type: str | None