ProtectionContainersOperationsExtensions Class

Definition

Extension methods for ProtectionContainersOperations.

public static class ProtectionContainersOperationsExtensions
type ProtectionContainersOperationsExtensions = class
Public Module ProtectionContainersOperationsExtensions
Inheritance
ProtectionContainersOperationsExtensions

Methods

Get(IProtectionContainersOperations, String, String, String, String)

Gets details of the specific container registered to your Recovery Services Vault.

GetAsync(IProtectionContainersOperations, String, String, String, String, CancellationToken)

Gets details of the specific container registered to your Recovery Services Vault.

Inquire(IProtectionContainersOperations, String, String, String, String, ODataQuery<BMSContainersInquiryQueryObject>)

Inquires all the protectable items under the given container.

InquireAsync(IProtectionContainersOperations, String, String, String, String, ODataQuery<BMSContainersInquiryQueryObject>, CancellationToken)

Inquires all the protectable items under the given container.

Refresh(IProtectionContainersOperations, String, String, String, ODataQuery<BMSRefreshContainersQueryObject>)

Discovers all the containers in the subscription that can be backed up to Recovery Services Vault. This is an asynchronous operation. To know the status of the operation, call GetRefreshOperationResult API.

RefreshAsync(IProtectionContainersOperations, String, String, String, ODataQuery<BMSRefreshContainersQueryObject>, CancellationToken)

Discovers all the containers in the subscription that can be backed up to Recovery Services Vault. This is an asynchronous operation. To know the status of the operation, call GetRefreshOperationResult API.

Register(IProtectionContainersOperations, String, String, String, String, ProtectionContainerResource)

Registers the container with Recovery Services vault. This is an asynchronous operation. To track the operation status, use location header to call get latest status of the operation.

RegisterAsync(IProtectionContainersOperations, String, String, String, String, ProtectionContainerResource, CancellationToken)

Registers the container with Recovery Services vault. This is an asynchronous operation. To track the operation status, use location header to call get latest status of the operation.

Unregister(IProtectionContainersOperations, String, String, String, String)

Unregisters the given container from your Recovery Services Vault. This is an asynchronous operation. To determine whether the backend service has finished processing the request, call Get Container Operation Result API.

UnregisterAsync(IProtectionContainersOperations, String, String, String, String, CancellationToken)

Unregisters the given container from your Recovery Services Vault. This is an asynchronous operation. To determine whether the backend service has finished processing the request, call Get Container Operation Result API.

Applies to