你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KeyVaultManagementClient 类
Azure 管理 API 提供一组与 Azure 密钥保管库交互的 RESTful Web 服务。
- 继承
-
builtins.objectKeyVaultManagementClient
构造函数
KeyVaultManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
参数
- api_version
- str
Api 版本。 默认值为“2022-07-01”。 请注意,重写此默认值可能会导致行为不受支持。
- polling_interval
- int
如果没有Retry-After标头,则 LRO 操作的两次轮询之间的默认等待时间。
变量
- keys
- KeysOperations
KeysOperations 操作
- 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 操作
- operations
- Operations
操作操作
- secrets
- SecretsOperations
SecretsOperations 操作
方法
close |
close
async close() -> None