次の方法で共有


MobileAttachedDataNetworkResource.Update メソッド

定義

接続されたデータ ネットワーク タグを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}/attachedDataNetworks/{attachedDataNetworkName}
  • 操作IdAttachedDataNetworks_UpdateTags
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource> Update (Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>
override this.Update : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkTagsPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkResource>
Public Overridable Function Update (patch As MobileNetworkTagsPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MobileAttachedDataNetworkResource)

パラメーター

patch
MobileNetworkTagsPatch

アタッチされたデータ ネットワーク タグを更新するために指定されたパラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

patch が null です。

適用対象