VaultsOperations Class

Inheritance
azure.mgmt.keyvault.v2020_04_01_preview.operations._vaults_operations.VaultsOperations
VaultsOperations

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
int

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