Freigeben über


ProtectableContainersOperationsExtensions.List Methode

Definition

Listet die Container auf, die bei Recovery Services Vault registriert werden können.

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)

Parameter

operations
IProtectableContainersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

vaultName
String

Der Name des Recovery Services-Tresors.

resourceGroupName
String

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

fabricName
String
odataQuery
ODataQuery<BMSContainerQueryObject>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

Gibt zurück

Gilt für: