Aracılığıyla paylaş


MoveResourcesOperationsExtensions Class

Definition

Extension methods for MoveResourcesOperations.

public static class MoveResourcesOperationsExtensions
type MoveResourcesOperationsExtensions = class
Public Module MoveResourcesOperationsExtensions
Inheritance
MoveResourcesOperationsExtensions

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