GetSimResult

data class GetSimResult(val azureApiVersion: String, val deviceType: String? = null, val id: String, val integratedCircuitCardIdentifier: String? = null, val internationalMobileSubscriberIdentity: String, val name: String, val provisioningState: String, val simPolicy: SimPolicyResourceIdResponse? = null, val simState: String, val siteProvisioningState: Map<String, String>, val staticIpConfiguration: List<SimStaticIpPropertiesResponse>? = null, val systemData: SystemDataResponse, val type: String, val vendorKeyFingerprint: String, val vendorName: String)

SIM resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, deviceType: String? = null, id: String, integratedCircuitCardIdentifier: String? = null, internationalMobileSubscriberIdentity: String, name: String, provisioningState: String, simPolicy: SimPolicyResourceIdResponse? = null, simState: String, siteProvisioningState: Map<String, String>, staticIpConfiguration: List<SimStaticIpPropertiesResponse>? = null, systemData: SystemDataResponse, type: String, vendorKeyFingerprint: String, vendorName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val deviceType: String? = null

An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'. The Azure portal allows SIMs to be grouped and filtered based on this value.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The integrated circuit card ID (ICCID) for the SIM.

Link copied to clipboard

The international mobile subscriber identity (IMSI) for the SIM.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the SIM resource.

Link copied to clipboard

The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.

Link copied to clipboard

The state of the SIM resource.

Link copied to clipboard

A dictionary of sites to the provisioning state of this SIM on that site.

Link copied to clipboard

A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The public key fingerprint of the SIM vendor who provided this SIM, if any.

Link copied to clipboard

The name of the SIM vendor who provided this SIM, if any.