VaultOperationsExtensions.ListAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information of the backup vaults associated with subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse> ListAsync(this Microsoft.Azure.Management.BackupServices.IVaultOperations operations, int top, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListAsync : Microsoft.Azure.Management.BackupServices.IVaultOperations * int * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse>
<Extension()>
Public Function ListAsync (operations As IVaultOperations, top As Integer, customRequestHeaders As CustomRequestHeaders) As Task(Of AzureBackupVaultListResponse)
Parameters
- operations
- IVaultOperations
Reference to the Microsoft.Azure.Management.BackupServices.IVaultOperations.
- top
- Int32
Required. Maximum number of results to return.
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
List of vaults
Applies to
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 .NET