MobileNetworkSimGroupResource.BulkUploadEncryptedSim Method

Definition

Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/uploadEncryptedSims
  • Operation Id: Sims_BulkUploadEncrypted
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSimResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus> BulkUploadEncryptedSim (Azure.WaitUntil waitUntil, Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList encryptedSimUploadList, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkUploadEncryptedSim : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus>
override this.BulkUploadEncryptedSim : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus>
Public Overridable Function BulkUploadEncryptedSim (waitUntil As WaitUntil, encryptedSimUploadList As EncryptedSimUploadList, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AsyncOperationStatus)

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.

encryptedSimUploadList
EncryptedSimUploadList

Parameters supplied to the encrypted SIMs upload operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

encryptedSimUploadList is null.

Applies to