Share via


MobileNetworkSliceCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a network slice. Must be created in the same location as its parent mobile network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
  • Operation Id: Slices_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSliceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string sliceName, Azure.ResourceManager.MobileNetwork.MobileNetworkSliceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.MobileNetworkSliceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MobileNetwork.MobileNetworkSliceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, sliceName As String, data As MobileNetworkSliceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MobileNetworkSliceResource))

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.

sliceName
String

The name of the network slice.

data
MobileNetworkSliceData

Parameters supplied to the create or update network slice operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

sliceName or data is null.

Applies to