Share via


MobileNetworkSimPolicyCollection.CreateOrUpdateAsync Method

Definition

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

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

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.

simPolicyName
String

The name of the SIM policy.

data
MobileNetworkSimPolicyData

Parameters supplied to the create or update SIM policy operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

simPolicyName or data is null.

Applies to