IVaultOperations.ListByResourceGroupAsync Method

Definition

Gets information of the backup vaults associated with resource group.

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

Parameters

resourceGroupName
String

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

top
Int32

Maximum number of results to return.

customRequestHeaders
CustomRequestHeaders

Request header parameters.

cancellationToken
CancellationToken

Cancellation token.

Returns

List of vaults

Applies to