Share via


PacketCoreControlPlaneResource.Update Method

Definition

Patch packet core control plane resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
  • Operation Id: PacketCoreControlPlanes_UpdateTags
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreControlPlaneResource
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource> Update (Azure.ResourceManager.MobileNetwork.Models.MobileNetworkResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkResourcePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
override this.Update : Azure.ResourceManager.MobileNetwork.Models.MobileNetworkResourcePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
Public Overridable Function Update (patch As MobileNetworkResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PacketCoreControlPlaneResource)

Parameters

patch
MobileNetworkResourcePatch

Parameters supplied to patch packet core control plane resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to