Sims interface
Interface representing a Sims.
Methods
Method Details
beginBulkDelete(string, string, SimDeleteList, SimsBulkDeleteOptionalParams)
Bulk delete SIMs from a SIM group.
function beginBulkDelete(resourceGroupName: string, simGroupName: string, parameters: SimDeleteList, options?: SimsBulkDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimDeleteList
Parameters supplied to the bulk SIM delete operation.
- options
- SimsBulkDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
beginBulkDeleteAndWait(string, string, SimDeleteList, SimsBulkDeleteOptionalParams)
Bulk delete SIMs from a SIM group.
function beginBulkDeleteAndWait(resourceGroupName: string, simGroupName: string, parameters: SimDeleteList, options?: SimsBulkDeleteOptionalParams): Promise<AsyncOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimDeleteList
Parameters supplied to the bulk SIM delete operation.
- options
- SimsBulkDeleteOptionalParams
The options parameters.
Returns
Promise<AsyncOperationStatus>
beginBulkUpload(string, string, SimUploadList, SimsBulkUploadOptionalParams)
Bulk upload SIMs to a SIM group.
function beginBulkUpload(resourceGroupName: string, simGroupName: string, parameters: SimUploadList, options?: SimsBulkUploadOptionalParams): Promise<SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimUploadList
Parameters supplied to the bulk SIM upload operation.
- options
- SimsBulkUploadOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
beginBulkUploadAndWait(string, string, SimUploadList, SimsBulkUploadOptionalParams)
Bulk upload SIMs to a SIM group.
function beginBulkUploadAndWait(resourceGroupName: string, simGroupName: string, parameters: SimUploadList, options?: SimsBulkUploadOptionalParams): Promise<AsyncOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimUploadList
Parameters supplied to the bulk SIM upload operation.
- options
- SimsBulkUploadOptionalParams
The options parameters.
Returns
Promise<AsyncOperationStatus>
beginBulkUploadEncrypted(string, string, EncryptedSimUploadList, SimsBulkUploadEncryptedOptionalParams)
Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.
function beginBulkUploadEncrypted(resourceGroupName: string, simGroupName: string, parameters: EncryptedSimUploadList, options?: SimsBulkUploadEncryptedOptionalParams): Promise<SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- EncryptedSimUploadList
Parameters supplied to the encrypted SIMs upload operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
beginBulkUploadEncryptedAndWait(string, string, EncryptedSimUploadList, SimsBulkUploadEncryptedOptionalParams)
Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.
function beginBulkUploadEncryptedAndWait(resourceGroupName: string, simGroupName: string, parameters: EncryptedSimUploadList, options?: SimsBulkUploadEncryptedOptionalParams): Promise<AsyncOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- EncryptedSimUploadList
Parameters supplied to the encrypted SIMs upload operation.
The options parameters.
Returns
Promise<AsyncOperationStatus>
beginClone(string, string, SimClone, SimsCloneOptionalParams)
Clone SIMs to another SIM Group
function beginClone(resourceGroupName: string, simGroupName: string, parameters: SimClone, options?: SimsCloneOptionalParams): Promise<SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimClone
Parameters supplied to clone the SIMs.
- options
- SimsCloneOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
beginCloneAndWait(string, string, SimClone, SimsCloneOptionalParams)
Clone SIMs to another SIM Group
function beginCloneAndWait(resourceGroupName: string, simGroupName: string, parameters: SimClone, options?: SimsCloneOptionalParams): Promise<AsyncOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimClone
Parameters supplied to clone the SIMs.
- options
- SimsCloneOptionalParams
The options parameters.
Returns
Promise<AsyncOperationStatus>
beginCreateOrUpdate(string, string, string, Sim, SimsCreateOrUpdateOptionalParams)
Creates or updates a SIM.
function beginCreateOrUpdate(resourceGroupName: string, simGroupName: string, simName: string, parameters: Sim, options?: SimsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Sim>, Sim>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- simName
-
string
The name of the SIM.
- parameters
- Sim
Parameters supplied to the create or update SIM operation.
- options
- SimsCreateOrUpdateOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<Sim>, Sim>>
beginCreateOrUpdateAndWait(string, string, string, Sim, SimsCreateOrUpdateOptionalParams)
Creates or updates a SIM.
function beginCreateOrUpdateAndWait(resourceGroupName: string, simGroupName: string, simName: string, parameters: Sim, options?: SimsCreateOrUpdateOptionalParams): Promise<Sim>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- simName
-
string
The name of the SIM.
- parameters
- Sim
Parameters supplied to the create or update SIM operation.
- options
- SimsCreateOrUpdateOptionalParams
The options parameters.
Returns
Promise<Sim>
beginDelete(string, string, string, SimsDeleteOptionalParams)
Deletes the specified SIM.
function beginDelete(resourceGroupName: string, simGroupName: string, simName: string, options?: SimsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- simName
-
string
The name of the SIM.
- options
- SimsDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SimsDeleteOptionalParams)
Deletes the specified SIM.
function beginDeleteAndWait(resourceGroupName: string, simGroupName: string, simName: string, options?: SimsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- simName
-
string
The name of the SIM.
- options
- SimsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
beginMove(string, string, SimMove, SimsMoveOptionalParams)
Move SIMs to another SIM Group
function beginMove(resourceGroupName: string, simGroupName: string, parameters: SimMove, options?: SimsMoveOptionalParams): Promise<SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimMove
Parameters supplied to move the SIMs.
- options
- SimsMoveOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AsyncOperationStatus>, AsyncOperationStatus>>
beginMoveAndWait(string, string, SimMove, SimsMoveOptionalParams)
Move SIMs to another SIM Group
function beginMoveAndWait(resourceGroupName: string, simGroupName: string, parameters: SimMove, options?: SimsMoveOptionalParams): Promise<AsyncOperationStatus>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- parameters
- SimMove
Parameters supplied to move the SIMs.
- options
- SimsMoveOptionalParams
The options parameters.
Returns
Promise<AsyncOperationStatus>
get(string, string, string, SimsGetOptionalParams)
Gets information about the specified SIM.
function get(resourceGroupName: string, simGroupName: string, simName: string, options?: SimsGetOptionalParams): Promise<Sim>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- simName
-
string
The name of the SIM.
- options
- SimsGetOptionalParams
The options parameters.
Returns
Promise<Sim>
listByGroup(string, string, SimsListByGroupOptionalParams)
Gets all the SIMs in a SIM group.
function listByGroup(resourceGroupName: string, simGroupName: string, options?: SimsListByGroupOptionalParams): PagedAsyncIterableIterator<Sim, Sim[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- simGroupName
-
string
The name of the SIM Group.
- options
- SimsListByGroupOptionalParams
The options parameters.