你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageMoverProjectResource.UpdateAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
汇报 Project 资源的属性。 请求正文中未指定的属性将保持不变。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}
- 操作IdProjects_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>> UpdateAsync (Azure.ResourceManager.StorageMover.Models.StorageMoverProjectPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.StorageMover.Models.StorageMoverProjectPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
override this.UpdateAsync : Azure.ResourceManager.StorageMover.Models.StorageMoverProjectPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageMover.StorageMoverProjectResource>>
Public Overridable Function UpdateAsync (patch As StorageMoverProjectPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageMoverProjectResource))
参数
- patch
- StorageMoverProjectPatch
要使用的 StorageMoverProjectPatch。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
例外
patch
为 null。