次の方法で共有


VaultOperationsExtensions.List メソッド

定義

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

public static Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse List (this Microsoft.Azure.Management.BackupServices.IVaultOperations operations, int top, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member List : Microsoft.Azure.Management.BackupServices.IVaultOperations * int * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultListResponse
<Extension()>
Public Function List (operations As IVaultOperations, top As Integer, customRequestHeaders As CustomRequestHeaders) As AzureBackupVaultListResponse

パラメーター

operations
IVaultOperations

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

top
Int32

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

customRequestHeaders
CustomRequestHeaders

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

戻り値

コンテナーの一覧

適用対象