Share via


IMarsContainerOperations Interfaccia

Definizione

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

public interface IMarsContainerOperations
type IMarsContainerOperations = interface
Public Interface IMarsContainerOperations

Metodi

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

Abilitare la registrazione del contenitore.

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

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

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

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

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

Annullare la registrazione del contenitore.

Metodi di estensione

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

Abilitare la registrazione del contenitore.

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

Abilitare la registrazione del contenitore.

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

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

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

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

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

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

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

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

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

Annullare la registrazione del contenitore.

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

Annullare la registrazione del contenitore.

Si applica a