VaultsOperations Class

Inheritance
azure.mgmt.keyvault.v2019_09_01.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.

Keyword-Only Parameters

Name Description
filter
str

The filter to apply on the operation. Default value is "resourceType eq 'Microsoft.KeyVault/vaults'". Note that overriding this default value may result in unsupported behavior.

api_version
str

Azure Resource Manager Api Version. Default value is "2015-11-01". Note that overriding this default value may result in unsupported behavior.

cls

A custom type or function that will be passed the direct response

Returns

Type Description

An iterator like instance of either Resource or the result of cls(response)

Exceptions

Type Description