Bagikan melalui


MobileNetworkSimGroupResource.BulkUploadEncryptedSimAsync 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 System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus>> BulkUploadEncryptedSimAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList encryptedSimUploadList, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkUploadEncryptedSimAsync : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus>>
override this.BulkUploadEncryptedSimAsync : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.EncryptedSimUploadList * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MobileNetwork.Models.AsyncOperationStatus>>
Public Overridable Function BulkUploadEncryptedSimAsync (waitUntil As WaitUntil, encryptedSimUploadList As EncryptedSimUploadList, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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