ManagementGroupDetails Class
The details of a management group.
Constructor
ManagementGroupDetails(*, version: int | None = None, updated_time: datetime | None = None, updated_by: str | None = None, parent: ParentGroupInfo | None = None, path: List[ManagementGroupPathElement] | None = None, management_group_ancestors: List[str] | None = None, management_group_ancestors_chain: List[ManagementGroupPathElement] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
version
Required
|
The version number of the object. |
updated_time
Required
|
The date and time when this object was last updated. |
updated_by
Required
|
The identity of the principal or process that updated the object. |
parent
Required
|
(Optional) The ID of the parent management group. |
path
Required
|
The path from the root to the current group. |
management_group_ancestors
Required
|
The ancestors of the management group. |
management_group_ancestors_chain
Required
|
The ancestors of the management group displayed in reversed order, from immediate parent to the root. |
Keyword-Only Parameters
Name | Description |
---|---|
version
|
Default value: None
|
updated_time
|
Default value: None
|
updated_by
|
Default value: None
|
parent
|
Default value: None
|
path
|
Default value: None
|
management_group_ancestors
|
Default value: None
|
management_group_ancestors_chain
|
Default value: None
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python