Dela via


VaultOperationsExtensions.ListAsync Metod

Definition

Hämtar information om säkerhetskopieringsvalv som är associerade med prenumerationen.

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)

Parametrar

operations
IVaultOperations

Referens till Microsoft.Azure.Management.BackupServices.IVaultOperations.

top
Int32

Krävs. Maximalt antal resultat som ska returneras.

customRequestHeaders
CustomRequestHeaders

Valfritt. Parametrar för begärandehuvud.

Returer

Lista över valv

Gäller för