共用方式為


SubscriptionClient 類別

所有資源群組和資源都在訂用帳戶內。 這些作業可讓您取得訂用帳戶和租用戶的相關資訊。 租使用者是您組織的 Azure Active Directory 專用實例 (Azure AD) 。

此就緒包含多個 API 版本,可協助您處理 Azure Stack、Azure Government、Azure China ) 等所有 Azure 雲端 (。 根據預設,它會使用公用 Azure 上可用的最新 API 版本。 針對生產環境,您應該繼續使用特定的 API 版本和/或設定檔。 設定檔會設定作業群組與其 API 版本之間的對應。 如果設定檔中未描述作業群組,api-version 參數會設定預設 API 版本。

繼承
azure.mgmt.resource.subscriptions._operations_mixin.SubscriptionClientOperationsMixin
SubscriptionClient
SubscriptionClient
azure.mgmt.resource.subscriptions._subscription_client._SDKClient
SubscriptionClient

建構函式

SubscriptionClient(credential: TokenCredential, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)

參數

名稱 Description
credential
必要

用戶端連線到 Azure 所需的認證。 必要。

api_version
str

如果未提供任何設定檔,或設定檔中遺漏,則要使用的 API 版本。

預設值: None
base_url
str

服務 URL

預設值: https://management.azure.com
profile

從 KnownProfiles 到聽寫的設定檔定義。

預設值: KnownProfiles.default

方法

close
models

模組取決於 API 版本:

close

close()

models

模組取決於 API 版本:

models(api_version='2021-01-01')

參數

名稱 Description
api_version
預設值: 2021-01-01

屬性

operations

實例取決於 API 版本:

subscriptions

實例取決於 API 版本:

tenants

實例取決於 API 版本:

DEFAULT_API_VERSION

DEFAULT_API_VERSION = '2021-01-01'

LATEST_PROFILE

LATEST_PROFILE = azure.mgmt.resource.subscriptions.SubscriptionClient latest