你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VaultsOperations Class
- Inheritance
-
azure.mgmt.keyvault.v2023_07_01.operations._vaults_operations.VaultsOperationsVaultsOperations
Constructor
VaultsOperations(*args, **kwargs)
Methods
list |
The List operation gets information about the vaults associated with the subscription. |
list
The List operation gets information about the vaults associated with the subscription.
list(top: int | None = None, **kwargs: Any) -> Iterable[Resource]
Parameters
Name | Description |
---|---|
top
Required
|
Maximum number of results to return. Default value is None. |
Returns
Type | Description |
---|---|
An iterator like instance of either Resource or the result of cls(response) |
Exceptions
Type | Description |
---|---|