Share via


IContainerOperations Interfaccia

Definizione

Definizione delle operazioni contenitore per l'estensione Backup di Azure.

public interface IContainerOperations
type IContainerOperations = interface
Public Interface IContainerOperations

Metodi

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

Ottenere l'elenco di tutti i contenitori in base alla stringa di filtro query specificata.

RefreshAsync(String, String, CustomRequestHeaders, CancellationToken)

Attivare l'individuazione.

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

Registrare il contenitore.

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

Annullare la registrazione del contenitore.

Metodi di estensione

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

Ottenere l'elenco di tutti i contenitori in base alla stringa di filtro query specificata.

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

Ottenere l'elenco di tutti i contenitori in base alla stringa di filtro query specificata.

Refresh(IContainerOperations, String, String, CustomRequestHeaders)

Attivare l'individuazione.

RefreshAsync(IContainerOperations, String, String, CustomRequestHeaders)

Attivare l'individuazione.

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

Registrare il contenitore.

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

Registrare il contenitore.

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

Annullare la registrazione del contenitore.

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

Annullare la registrazione del contenitore.

Si applica a