你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyVaultManagementClient Class

The Azure management API provides a RESTful set of web services that interact with Azure Key Vault.

Inheritance
builtins.object
KeyVaultManagementClient

Constructor

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

Parameters

Name Description
credential
Required

Credential needed for the client to connect to Azure. Required.

subscription_id
Required
str

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required.

base_url
str

Service URL. Default value is "https://management.azure.com".

default value: https://management.azure.com

Keyword-Only Parameters

Name Description
api_version
str

Api Version. Default value is "2023-07-01". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

Name Description
keys

KeysOperations operations

managed_hsm_keys

ManagedHsmKeysOperations operations

vaults

VaultsOperations operations

private_endpoint_connections

PrivateEndpointConnectionsOperations operations

private_link_resources

PrivateLinkResourcesOperations operations

managed_hsms

ManagedHsmsOperations operations

mhsm_private_endpoint_connections

MHSMPrivateEndpointConnectionsOperations operations

mhsm_private_link_resources

MHSMPrivateLinkResourcesOperations operations

mhsm_regions

MHSMRegionsOperations operations

operations

Operations operations

secrets

SecretsOperations operations

Methods

close

close

close() -> None