VaultOperationsExtensions.ListByResourceGroup Method

Definition

Gets information of the backup vaults associated with resource group.

public static Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse ListByResourceGroup (this Microsoft.Azure.Management.BackupServices.IVaultOperations operations, string resourceGroupName, int top, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member ListByResourceGroup : Microsoft.Azure.Management.BackupServices.IVaultOperations * string * int * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse
<Extension()>
Public Function ListByResourceGroup (operations As IVaultOperations, resourceGroupName As String, top As Integer, customRequestHeaders As CustomRequestHeaders) As 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