共用方式為


ManagementGroupsAPI 類別

Azure 管理群組 API 可讓您將多個訂用帳戶/資源合併到組織階層,並集中管理這些資源的存取控制、原則、警示和報告。

ivar management_groups:ManagementGroupsOperations 作業

vartype management_groups:azure.mgmt.managementgroups.aio.operations.ManagementGroupsOperations

ivar management_group_subscriptions:ManagementGroupSubscriptionsOperations 作業

vartype management_group_subscriptions:azure.mgmt.managementgroups.aio.operations.ManagementGroupSubscriptionsOperations

ivar hierarchy_settings:HierarchySettingsOperations 作業

vartype hierarchy_settings:azure.mgmt.managementgroups.aio.operations.HierarchySettingsOperations

ivar 作業:作業作業

vartype 作業:azure.mgmt.managementgroups.aio.operations.Operations

ivar 實體:EntitiesOperations 作業

vartype 實體:azure.mgmt.managementgroups.aio.operations.EntitiesOperations

param 認證:用戶端連線至 Azure 所需的認證。

類型認證:~azure.core.credentials_async。AsyncTokenCredential

param str base_url:服務 URL

關鍵字 int polling_interval:如果沒有Retry-After標頭,則兩次輪詢 LRO 作業之間的預設等候時間。

繼承
azure.mgmt.managementgroups.aio.operations._management_groups_api_operations.ManagementGroupsAPIOperationsMixin
ManagementGroupsAPI

建構函式

ManagementGroupsAPI(credential: AsyncTokenCredential, base_url: str | None = None, **kwargs: Any)

參數

名稱 Description
credential
必要
base_url
預設值: None

方法

close

close

async close() -> None