IMarsContainerOperations Interface

Definition

Definition of Container operations for the Azure Backup extension.

public interface IMarsContainerOperations
type IMarsContainerOperations = interface
Public Interface IMarsContainerOperations

Methods

EnableMarsContainerReregistrationAsync(String, String, String, EnableReregistrationRequest, CustomRequestHeaders, CancellationToken)

Enable the container reregistration.

ListMarsContainersByTypeAndFriendlyNameAsync(String, String, MarsContainerType, String, CustomRequestHeaders, CancellationToken)

Get the list of all container based on the given query filter string.

ListMarsContainersByTypeAsync(String, String, MarsContainerType, CustomRequestHeaders, CancellationToken)

Get the list of all container based on the given query filter string.

UnregisterMarsContainerAsync(String, String, String, CustomRequestHeaders, CancellationToken)

Unregister the container.

Extension Methods

EnableMarsContainerReregistration(IMarsContainerOperations, String, String, String, EnableReregistrationRequest, CustomRequestHeaders)

Enable the container reregistration.

EnableMarsContainerReregistrationAsync(IMarsContainerOperations, String, String, String, EnableReregistrationRequest, CustomRequestHeaders)

Enable the container reregistration.

ListMarsContainersByType(IMarsContainerOperations, String, String, MarsContainerType, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

ListMarsContainersByTypeAndFriendlyName(IMarsContainerOperations, String, String, MarsContainerType, String, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

ListMarsContainersByTypeAndFriendlyNameAsync(IMarsContainerOperations, String, String, MarsContainerType, String, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

ListMarsContainersByTypeAsync(IMarsContainerOperations, String, String, MarsContainerType, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

UnregisterMarsContainer(IMarsContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

UnregisterMarsContainerAsync(IMarsContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

Applies to