Interface Sim


  • public interface Sim
    An immutable client-side representation of Sim.
    • Method Detail

      • 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.
      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags 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.
      • 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 (ICC Id) 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.
      • mobileNetwork

        MobileNetworkResourceId mobileNetwork()
        Gets the mobileNetwork property: Mobile network that this sim belongs to.
        Returns:
        the mobileNetwork 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 simPolicy 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.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • 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.