public interface Sim
An immutable client-side representation of Sim.
  • 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.
    • 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.
    • 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.
    • 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.
    • 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.
      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.
    • 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.