Condividi tramite


IDataSourceOperations Interfaccia

Definizione

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

public interface IDataSourceOperations
type IDataSourceOperations = interface
Public Interface IDataSourceOperations

Metodi

DisableProtectionCSMAsync(String, String, CustomRequestHeaders, String, String, CancellationToken)

Disabilitare la protezione per l'elemento specificato

EnableProtectionCSMAsync(String, String, CustomRequestHeaders, String, String, CSMSetProtectionRequest, CancellationToken)

Abilitare la protezione per l'elemento specificato.

ListCSMAsync(String, String, CSMProtectedItemQueryObject, CustomRequestHeaders, CancellationToken)

Ottenere l'elenco di tutte le origini dati.

UpdateProtectionCSMAsync(String, String, CustomRequestHeaders, String, String, CSMUpdateProtectionRequest, CancellationToken)

Abilitare la protezione per l'elemento specificato.

Metodi di estensione

DisableProtectionCSM(IDataSourceOperations, String, String, CustomRequestHeaders, String, String)

Disabilitare la protezione per l'elemento specificato

DisableProtectionCSMAsync(IDataSourceOperations, String, String, CustomRequestHeaders, String, String)

Disabilitare la protezione per l'elemento specificato

EnableProtectionCSM(IDataSourceOperations, String, String, CustomRequestHeaders, String, String, CSMSetProtectionRequest)

Abilitare la protezione per l'elemento specificato.

EnableProtectionCSMAsync(IDataSourceOperations, String, String, CustomRequestHeaders, String, String, CSMSetProtectionRequest)

Abilitare la protezione per l'elemento specificato.

ListCSM(IDataSourceOperations, String, String, CSMProtectedItemQueryObject, CustomRequestHeaders)

Ottenere l'elenco di tutte le origini dati.

ListCSMAsync(IDataSourceOperations, String, String, CSMProtectedItemQueryObject, CustomRequestHeaders)

Ottenere l'elenco di tutte le origini dati.

UpdateProtectionCSM(IDataSourceOperations, String, String, CustomRequestHeaders, String, String, CSMUpdateProtectionRequest)

Abilitare la protezione per l'elemento specificato.

UpdateProtectionCSMAsync(IDataSourceOperations, String, String, CustomRequestHeaders, String, String, CSMUpdateProtectionRequest)

Abilitare la protezione per l'elemento specificato.

Si applica a