IDataSourceOperations Interface

Definitie

Definitie van DataSource-bewerkingen voor de extensie Azure Backup.

public interface IDataSourceOperations
type IDataSourceOperations = interface
Public Interface IDataSourceOperations

Methoden

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

Beveiliging voor een bepaald item uitschakelen

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

Beveiliging inschakelen voor een bepaald item.

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

Haal de lijst met alle gegevensbronnen op.

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

Beveiliging inschakelen voor een bepaald item.

Extensiemethoden

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

Beveiliging voor een bepaald item uitschakelen

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

Beveiliging voor een bepaald item uitschakelen

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

Beveiliging inschakelen voor een bepaald item.

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

Beveiliging inschakelen voor een bepaald item.

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

Haal de lijst met alle gegevensbronnen op.

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

Haal de lijst met alle gegevensbronnen op.

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

Beveiliging inschakelen voor een bepaald item.

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

Beveiliging inschakelen voor een bepaald item.

Van toepassing op