共用方式為


KeyVaultManagementClient 類別

Azure 管理 API 提供一組與 Azure 金鑰保存庫互動的 RESTful Web 服務。

繼承
builtins.object
KeyVaultManagementClient

建構函式

KeyVaultManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

參數

credential
AsyncTokenCredential
必要

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

subscription_id
str
必要

可唯一識別 Microsoft Azure 訂用帳戶的訂用帳號憑證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。 必要。

base_url
str
預設值: https://management.azure.com

服務 URL。 預設值為 「 https://management.azure.com 」。

api_version
str

Api 版本。 預設值為 「2023-02-01」。 請注意,覆寫此預設值可能會導致不支援的行為。

polling_interval
int

如果沒有Retry-After標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。

變數

keys
KeysOperations

KeysOperations 作業

managed_hsm_keys
ManagedHsmKeysOperations

ManagedHsmKeysOperations 作業

vaults
VaultsOperations

VaultsOperations 作業

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations 作業

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations 作業

managed_hsms
ManagedHsmsOperations

ManagedHsmsOperations 作業

mhsm_private_endpoint_connections
MHSMPrivateEndpointConnectionsOperations

MHSMPrivateEndpointConnectionsOperations 作業

mhsm_private_link_resources
MHSMPrivateLinkResourcesOperations

MHSMPrivateLinkResourcesOperations 作業

mhsm_regions
MHSMRegionsOperations

MHSMRegionsOperations 作業

operations
Operations

作業作業

secrets
SecretsOperations

SecretsOperations 作業

方法

close

close

async close() -> None