VaultsOperations Class
- Inheritance
-
azure.mgmt.keyvault.v2021_10_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 |
---|---|
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python