IMoveResourcesOperations Interface

Definition

MoveResourcesOperations operations.

public interface IMoveResourcesOperations
type IMoveResourcesOperations = interface
Public Interface IMoveResourcesOperations

Methods

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

Creates or updates a Move Resource in the move collection.

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

Deletes a Move Resource from the move collection.

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

Creates or updates a Move Resource in the move collection.

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

Deletes a Move Resource from the move collection.

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

Gets the Move Resource.

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

Lists the Move Resources in the move collection.

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

Lists the Move Resources in the move collection.

Extension Methods

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

Creates or updates a Move Resource in the move collection.

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

Creates or updates a Move Resource in the move collection.

BeginDelete(IMoveResourcesOperations, String, String, String)

Deletes a Move Resource from the move collection.

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

Deletes a Move Resource from the move collection.

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

Creates or updates a Move Resource in the move collection.

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

Creates or updates a Move Resource in the move collection.

Delete(IMoveResourcesOperations, String, String, String)

Deletes a Move Resource from the move collection.

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

Deletes a Move Resource from the move collection.

Get(IMoveResourcesOperations, String, String, String)

Gets the Move Resource.

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

Gets the Move Resource.

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

Lists the Move Resources in the move collection.

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

Lists the Move Resources in the move collection.

ListNext(IMoveResourcesOperations, String)

Lists the Move Resources in the move collection.

ListNextAsync(IMoveResourcesOperations, String, CancellationToken)

Lists the Move Resources in the move collection.

Applies to