次の方法で共有


BackupProtectionContainersOperationsExtensions.ListAsync メソッド

定義

Recovery Services コンテナーに登録されているコンテナーを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource>> ListAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectionContainersOperations operations, string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectionContainersOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource>>
<Extension()>
Public Function ListAsync (operations As IBackupProtectionContainersOperations, vaultName As String, resourceGroupName As String, Optional odataQuery As ODataQuery(Of BMSContainerQueryObject) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProtectionContainerResource))

パラメーター

operations
IBackupProtectionContainersOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

odataQuery
ODataQuery<BMSContainerQueryObject>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象