HierarchySettingsInfo Class
The hierarchy settings resource.
Constructor
HierarchySettingsInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default. |
|
type
|
The type of the resource. For example, Microsoft.Management/managementGroups/settings. |
|
name
|
The name of the object. In this case, default. |
|
properties
|
The generic properties of hierarchy settings. |
Attributes
id
The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default.
id: str | None
name
The name of the object. In this case, default.
name: str | None
properties
The generic properties of hierarchy settings.
properties: _models.HierarchySettingsProperties | None
type
The type of the resource. For example, Microsoft.Management/managementGroups/settings.
type: str | None