public interface Sim
An immutable client-side representation of Sim.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the Sim definition.
    static interface 
    The Sim definition stages.
    static interface 
    The template for Sim update.
    static interface 
    The Sim update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the authenticationKey property: The Ki value for the SIM.
    Gets the deviceType property: An optional free-form text field that can be used to record the device type this SIM is associated with, for example 'Video camera'.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.SimInner object.
    Gets the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM.
    Gets the internationalMobileSubscriberIdentity property: The international mobile subscriber identity (IMSI) for the SIM.
    Gets the name property: The name of the resource.
    Gets the operatorKeyCode property: The Opc value for the SIM.
    Gets the provisioningState property: The provisioning state of the SIM resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Gets the name of the resource group.
    Gets the simPolicy property: The SIM policy used by this SIM.
    Gets the simState property: The state of the SIM resource.
    Gets the siteProvisioningState property: A dictionary of sites to the provisioning state of this SIM on that site.
    Gets the staticIpConfiguration property: A list of static IP addresses assigned to this SIM.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the type property: The type of the resource.
    Begins update for the Sim resource.
    Gets the vendorKeyFingerprint property: The public key fingerprint of the SIM vendor who provided this SIM, if any.
    Gets the vendorName property: The name of the SIM vendor who provided this SIM, if any.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • authenticationKey

      String authenticationKey()
      Gets the authenticationKey property: The Ki value for the SIM.
      Returns:
      the authenticationKey value.
    • operatorKeyCode

      String operatorKeyCode()
      Gets the operatorKeyCode property: The Opc value for the SIM.
      Returns:
      the operatorKeyCode value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The provisioning state of the SIM resource.
      Returns:
      the provisioningState value.
    • simState

      SimState simState()
      Gets the simState property: The state of the SIM resource.
      Returns:
      the simState value.
    • siteProvisioningState

      Map<String,SiteProvisioningState> siteProvisioningState()
      Gets the siteProvisioningState property: A dictionary of sites to the provisioning state of this SIM on that site.
      Returns:
      the siteProvisioningState value.
    • internationalMobileSubscriberIdentity

      String internationalMobileSubscriberIdentity()
      Gets the internationalMobileSubscriberIdentity property: The international mobile subscriber identity (IMSI) for the SIM.
      Returns:
      the internationalMobileSubscriberIdentity value.
    • integratedCircuitCardIdentifier

      String integratedCircuitCardIdentifier()
      Gets the integratedCircuitCardIdentifier property: The integrated circuit card ID (ICCID) for the SIM.
      Returns:
      the integratedCircuitCardIdentifier value.
    • deviceType

      String deviceType()
      Gets the deviceType property: 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.
      Returns:
      the deviceType value.
    • simPolicy

      SimPolicyResourceId simPolicy()
      Gets the simPolicy property: The SIM policy used by this SIM. The SIM policy must be in the same location as the SIM.
      Returns:
      the simPolicy value.
    • staticIpConfiguration

      List<SimStaticIpProperties> staticIpConfiguration()
      Gets the staticIpConfiguration property: 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}.
      Returns:
      the staticIpConfiguration value.
    • vendorName

      String vendorName()
      Gets the vendorName property: The name of the SIM vendor who provided this SIM, if any.
      Returns:
      the vendorName value.
    • vendorKeyFingerprint

      String vendorKeyFingerprint()
      Gets the vendorKeyFingerprint property: The public key fingerprint of the SIM vendor who provided this SIM, if any.
      Returns:
      the vendorKeyFingerprint value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      SimInner innerModel()
      Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.SimInner object.
      Returns:
      the inner object.
    • update

      Sim.Update update()
      Begins update for the Sim resource.
      Returns:
      the stage of resource update.
    • refresh

      Sim refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Sim refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.