Interface MobileNetwork


public interface MobileNetwork
An immutable client-side representation of MobileNetwork.
  • 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.
    • 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 mobile network resource.
      Returns:
      the provisioningState value.
    • publicLandMobileNetworkIdentifier

      PlmnId publicLandMobileNetworkIdentifier()
      Gets the publicLandMobileNetworkIdentifier property: The unique public land mobile network identifier for the network. This is made up of the mobile country code and mobile network code, as defined in https://www.itu.int/rec/T-REC-E.212. The values 001-01 and 001-001 can be used for testing and the values 999-99 and 999-999 can be used on internal private networks.
      Returns:
      the publicLandMobileNetworkIdentifier value.
    • serviceKey

      String serviceKey()
      Gets the serviceKey property: The mobile network resource identifier.
      Returns:
      the serviceKey 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.
    • resourceGroupName

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

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

      Begins update for the MobileNetwork resource.
      Returns:
      the stage of resource update.
    • refresh

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

      MobileNetwork 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.
    • listSimIds

      SimIdListResult listSimIds()
      Lists the IDs of all provisioned SIMs in a mobile network.
      Returns:
      response for list SIM IDs API service call.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listSimIds

      SimIdListResult listSimIds(com.azure.core.util.Context context)
      Lists the IDs of all provisioned SIMs in a mobile network.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      response for list SIM IDs API service call.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.