PacketCoreControlPlaneCollection.CreateOrUpdate Method

Definition

Creates or updates a packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}
  • Operation Id: PacketCoreControlPlanes_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreControlPlaneResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string packetCoreControlPlaneName, Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, packetCoreControlPlaneName As String, data As PacketCoreControlPlaneData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PacketCoreControlPlaneResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

packetCoreControlPlaneName
String

The name of the packet core control plane.

data
PacketCoreControlPlaneData

Parameters supplied to the create or update packet core control plane operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

packetCoreControlPlaneName is an empty string, and was expected to be non-empty.

packetCoreControlPlaneName or data is null.

Applies to