ManagementGroupsAPI 클래스
Azure 관리 그룹 API를 사용하면 여러 구독/리소스를 조직 계층 구조로 통합하고 해당 리소스에 대한 액세스 제어, 정책, 경고 및 보고를 중앙에서 관리할 수 있습니다.
ivar management_groups: ManagementGroupsOperations 작업
vartype management_groups: azure.mgmt.managementgroups.operations.ManagementGroupsOperations
ivar management_group_subscriptions: ManagementGroupSubscriptionsOperations 작업
vartype management_group_subscriptions: azure.mgmt.managementgroups.operations.ManagementGroupSubscriptionsOperations
ivar hierarchy_settings: HierarchySettingsOperations 작업
vartype hierarchy_settings: azure.mgmt.managementgroups.operations.HierarchySettingsOperations
ivar 작업: 작업 작업
vartype 작업: azure.mgmt.managementgroups.operations.Operations
ivar 엔터티: EntitiesOperations 작업
vartype 엔터티: azure.mgmt.managementgroups.operations.EntitiesOperations
param 자격 증명: 클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.
type credential: ~azure.core.credentials.TokenCredential
param str base_url: 서비스 URL
키워드 int polling_interval: Retry-After 헤더가 없는 경우 LRO 작업에 대한 두 폴링 간의 기본 대기 시간입니다.
- 상속
-
azure.mgmt.managementgroups.operations._management_groups_api_operations.ManagementGroupsAPIOperationsMixinManagementGroupsAPI
생성자
ManagementGroupsAPI(credential: 'TokenCredential', base_url: str | None = None, **kwargs: Any)
매개 변수
Name | Description |
---|---|
credential
필수
|
|
base_url
|
Default value: None
|
메서드
close |
close
close() -> None
Azure SDK for Python