你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

从移动集合中删除移动资源。

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

在移动集合中创建或更新移动资源。

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

从移动集合中删除移动资源。

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)

从移动集合中删除移动资源。

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

从移动集合中删除移动资源。

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

在移动集合中创建或更新移动资源。

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

在移动集合中创建或更新移动资源。

Delete(IMoveResourcesOperations, String, String, String)

从移动集合中删除移动资源。

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

从移动集合中删除移动资源。

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)

列出移动集合中的移动资源。

适用于