ManagementGroupPathElement Class
A path element of a management group ancestors.
- Inheritance
-
msrest.serialization.ModelManagementGroupPathElement
Constructor
ManagementGroupPathElement(*, name: str | None = None, display_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
name
Required
|
The name of the group. |
display_name
Required
|
The friendly name of the group. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
display_name
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python