ProtectableContainersOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the containers that can be registered to Recovery Services Vault.
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)
Parameters
- operations
- IProtectableContainersOperations
The operations group for this extension method.
- vaultName
- String
The name of the recovery services vault.
- resourceGroupName
- String
The name of the resource group where the recovery services vault is present.
- fabricName
- String
- odataQuery
- ODataQuery<BMSContainerQueryObject>
OData parameters to apply to the operation.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET