ManagementGroupsAPI クラス
Azure Management Groups API を使用すると、複数のサブスクリプション/リソースを 1 つの組織階層に統合し、それらのリソースのアクセス制御、ポリシー、アラート、レポートを一元的に管理できます。
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 credential: クライアントが Azure に接続するために必要な資格情報。
type credential: ~azure.core.credentials.TokenCredential
param str base_url: サービス URL
keyword int polling_interval: Retry-After ヘッダーが存在しない場合、LRO 操作の 2 つのポーリング間の既定の待機時間。
- 継承
-
azure.mgmt.managementgroups.operations._management_groups_api_operations.ManagementGroupsAPIOperationsMixinManagementGroupsAPI
コンストラクター
ManagementGroupsAPI(credential: 'TokenCredential', base_url: str | None = None, **kwargs: Any)
パラメーター
名前 | 説明 |
---|---|
credential
必須
|
|
base_url
|
規定値: None
|
メソッド
close |
close
close() -> None
Azure SDK for Python