IDataSourceOperations Interface

Definition

Definition of DataSource operations for the Azure Backup extension.

public interface IDataSourceOperations
type IDataSourceOperations = interface
Public Interface IDataSourceOperations

Methods

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

Disable protection for given item

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

Enable protection for given item.

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

Get the list of all Datasources.

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

Enable protection for given item.

Extension Methods

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

Disable protection for given item

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

Disable protection for given item

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

Enable protection for given item.

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

Enable protection for given item.

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

Get the list of all Datasources.

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

Get the list of all Datasources.

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

Enable protection for given item.

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

Enable protection for given item.

Applies to