VaultsOperations Class
- Inheritance
-
azure.mgmt.keyvault.v2019_09_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 |
---|---|
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python