IContainerOperations Interface

Definition

Definition of Container operations for the Azure Backup extension.

public interface IContainerOperations
type IContainerOperations = interface
Public Interface IContainerOperations

Methods

ListAsync(String, String, ContainerQueryParameters, CustomRequestHeaders, CancellationToken)

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

RefreshAsync(String, String, CustomRequestHeaders, CancellationToken)

Trigger the Discovery.

RegisterAsync(String, String, String, CustomRequestHeaders, CancellationToken)

Register the container.

UnregisterAsync(String, String, String, CustomRequestHeaders, CancellationToken)

Unregister the container.

Extension Methods

List(IContainerOperations, String, String, ContainerQueryParameters, CustomRequestHeaders)

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

ListAsync(IContainerOperations, String, String, ContainerQueryParameters, CustomRequestHeaders)

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

Refresh(IContainerOperations, String, String, CustomRequestHeaders)

Trigger the Discovery.

RefreshAsync(IContainerOperations, String, String, CustomRequestHeaders)

Trigger the Discovery.

Register(IContainerOperations, String, String, String, CustomRequestHeaders)

Register the container.

RegisterAsync(IContainerOperations, String, String, String, CustomRequestHeaders)

Register the container.

Unregister(IContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

UnregisterAsync(IContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

Applies to