次の方法で共有


ProtectedItemsOperationsExtensions クラス

定義

ProtectedItemsOperations の拡張メソッド。

public static class ProtectedItemsOperationsExtensions
type ProtectedItemsOperationsExtensions = class
Public Module ProtectedItemsOperationsExtensions
継承
ProtectedItemsOperationsExtensions

メソッド

CreateOrUpdate(IProtectedItemsOperations, String, String, String, String, String, ProtectedItemResource)

項目のバックアップを有効にするか、または既にバックアップされている項目のバックアップ ポリシー情報を変更します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

CreateOrUpdateAsync(IProtectedItemsOperations, String, String, String, String, String, ProtectedItemResource, CancellationToken)

項目のバックアップを有効にするか、または既にバックアップされている項目のバックアップ ポリシー情報を変更します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

Delete(IProtectedItemsOperations, String, String, String, String, String)

コンテナー内の項目のバックアップを無効にするために使用されます。 これは非同期操作です。 要求の状態を確認するには、GetItemOperationResult API を呼び出します。

DeleteAsync(IProtectedItemsOperations, String, String, String, String, String, CancellationToken)

コンテナー内の項目のバックアップを無効にするために使用されます。 これは非同期操作です。 要求の状態を確認するには、GetItemOperationResult API を呼び出します。

Get(IProtectedItemsOperations, String, String, String, String, String, ODataQuery<GetProtectedItemQueryObject>)

バックアップされた項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

GetAsync(IProtectedItemsOperations, String, String, String, String, String, ODataQuery<GetProtectedItemQueryObject>, CancellationToken)

バックアップされた項目の詳細を提供します。 これは非同期操作です。 操作の状態を確認するには、GetItemOperationResult API を呼び出します。

適用対象