VaultOperationsExtensions.ListByResourceGroupAsync Method

Definition

Gets information of the backup vaults associated with resource group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse> ListByResourceGroupAsync (this Microsoft.Azure.Management.BackupServices.IVaultOperations operations, string resourceGroupName, int top, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.BackupServices.IVaultOperations * string * int * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IVaultOperations, resourceGroupName As String, top As Integer, customRequestHeaders As CustomRequestHeaders) As Task(Of AzureBackupVaultListResponse)

Parameters

operations
IVaultOperations

Reference to the Microsoft.Azure.Management.BackupServices.IVaultOperations.

resourceGroupName
String

Optional. An optional argument which specifies the name of the resource group that constrains the set of vaults that are returned.

top
Int32

Required. Maximum number of results to return.

customRequestHeaders
CustomRequestHeaders

Optional. Request header parameters.

Returns

List of vaults

Applies to