VaultsOperations Class
- Inheritance
-
azure.mgmt.keyvault.v2016_10_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 |
---|---|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python