次の方法で共有


ProtectableContainersOperationsExtensions.List メソッド

定義

Recovery Services コンテナーに登録できるコンテナーを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectableContainerResource> List (this Microsoft.Azure.Management.RecoveryServices.Backup.IProtectableContainersOperations operations, string vaultName, string resourceGroupName, string fabricName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject> odataQuery = default);
static member List : Microsoft.Azure.Management.RecoveryServices.Backup.IProtectableContainersOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSContainerQueryObject> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectableContainerResource>
<Extension()>
Public Function List (operations As IProtectableContainersOperations, vaultName As String, resourceGroupName As String, fabricName As String, Optional odataQuery As ODataQuery(Of BMSContainerQueryObject) = Nothing) As IPage(Of ProtectableContainerResource)

パラメーター

operations
IProtectableContainersOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

fabricName
String
odataQuery
ODataQuery<BMSContainerQueryObject>

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

戻り値

適用対象