次の方法で共有


IMoveResourcesOperations インターフェイス

定義

MoveResourcesOperations 操作。

public interface IMoveResourcesOperations
type IMoveResourcesOperations = interface
Public Interface IMoveResourcesOperations

メソッド

BeginCreateWithHttpMessagesAsync(String, String, String, MoveResourceProperties, Dictionary<String,List<String>>, CancellationToken)

移動コレクション内の移動リソースを作成または更新します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

移動コレクションから Move リソースを削除します。

CreateWithHttpMessagesAsync(String, String, String, MoveResourceProperties, Dictionary<String,List<String>>, CancellationToken)

移動コレクション内の移動リソースを作成または更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

移動コレクションから Move リソースを削除します。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

リソースの移動を取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

移動コレクション内の移動リソースを一覧表示します。

ListWithHttpMessagesAsync(String, String, ODataQuery<MoveResourceFilter>, Dictionary<String,List<String>>, CancellationToken)

移動コレクション内の移動リソースを一覧表示します。

拡張メソッド

BeginCreate(IMoveResourcesOperations, String, String, String, MoveResourceProperties)

移動コレクション内の移動リソースを作成または更新します。

BeginCreateAsync(IMoveResourcesOperations, String, String, String, MoveResourceProperties, CancellationToken)

移動コレクション内の移動リソースを作成または更新します。

BeginDelete(IMoveResourcesOperations, String, String, String)

移動コレクションから Move リソースを削除します。

BeginDeleteAsync(IMoveResourcesOperations, String, String, String, CancellationToken)

移動コレクションから Move リソースを削除します。

Create(IMoveResourcesOperations, String, String, String, MoveResourceProperties)

移動コレクション内の移動リソースを作成または更新します。

CreateAsync(IMoveResourcesOperations, String, String, String, MoveResourceProperties, CancellationToken)

移動コレクション内の移動リソースを作成または更新します。

Delete(IMoveResourcesOperations, String, String, String)

移動コレクションから Move リソースを削除します。

DeleteAsync(IMoveResourcesOperations, String, String, String, CancellationToken)

移動コレクションから Move リソースを削除します。

Get(IMoveResourcesOperations, String, String, String)

リソースの移動を取得します。

GetAsync(IMoveResourcesOperations, String, String, String, CancellationToken)

リソースの移動を取得します。

List(IMoveResourcesOperations, String, String, ODataQuery<MoveResourceFilter>)

移動コレクション内の移動リソースを一覧表示します。

ListAsync(IMoveResourcesOperations, String, String, ODataQuery<MoveResourceFilter>, CancellationToken)

移動コレクション内の移動リソースを一覧表示します。

ListNext(IMoveResourcesOperations, String)

移動コレクション内の移動リソースを一覧表示します。

ListNextAsync(IMoveResourcesOperations, String, CancellationToken)

移動コレクション内の移動リソースを一覧表示します。

適用対象