VaultOperationsExtensions.ListByResourceGroupAsync Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar information om säkerhetskopieringsvalv som är associerade med resursgruppen.
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)
Parametrar
- operations
- IVaultOperations
Referens till Microsoft.Azure.Management.BackupServices.IVaultOperations.
- resourceGroupName
- String
Valfritt. Ett valfritt argument som anger namnet på resursgruppen som begränsar den uppsättning valv som returneras.
- 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
Azure SDK for .NET