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

PacketCoreDataPlaneResource.UpdateAsync 方法

定义

更新数据包核心数据平面标记。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • 操作IdPacketCoreDataPlanes_UpdateTags
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>> UpdateAsync (Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>>
override this.UpdateAsync : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>>
Public Overridable Function UpdateAsync (patch As MobileNetworkTagsPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PacketCoreDataPlaneResource))

参数

patch
MobileNetworkTagsPatch

提供用于更新数据包核心数据平面标记的参数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

patch 为 null。

适用于