VaultsOperations Class
- Inheritance
-
azure.mgmt.keyvault.v2023_07_01.aio.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) -> AsyncIterable[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 |
---|---|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python