次の方法で共有


IDataSourceOperations インターフェイス

定義

Azure Backup拡張機能の DataSource 操作の定義。

public interface IDataSourceOperations
type IDataSourceOperations = interface
Public Interface IDataSourceOperations

メソッド

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

特定のアイテムの保護を無効にする

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

特定のアイテムの保護を有効にします。

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

すべてのデータソースの一覧を取得します。

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

特定のアイテムの保護を有効にします。

拡張メソッド

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

特定のアイテムの保護を無効にする

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

特定のアイテムの保護を無効にする

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

特定のアイテムの保護を有効にします。

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

特定のアイテムの保護を有効にします。

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

すべてのデータソースの一覧を取得します。

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

すべてのデータソースの一覧を取得します。

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

特定のアイテムの保護を有効にします。

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

特定のアイテムの保護を有効にします。

適用対象