次の方法で共有


VaultOperationsExtensions.ListAsync メソッド

定義

サブスクリプションに関連付けられているバックアップ コンテナーの情報を取得します。

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)

パラメーター

operations
IVaultOperations

Microsoft.Azure.Management.BackupServices.IVaultOperations への参照。

top
Int32

必須。 返される結果の最大数。

customRequestHeaders
CustomRequestHeaders

省略可能。 要求ヘッダー パラメーター。

戻り値

コンテナーの一覧

適用対象