VaultsOperations Class 
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) -> AsyncItemPaged[Resource]
		Parameters
| Name | Description | 
|---|---|
| 
		 top 
	 | 
	
		
		 Maximum number of results to return. Default value is None. Default value: None 
			 | 
Returns
| Type | Description | 
|---|---|
| 
					 An iterator like instance of either Resource or the result of cls(response)  | 
		
Exceptions
| Type | Description | 
|---|---|