Interface SimIdListResult


public interface SimIdListResult
An immutable client-side representation of SimIdListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.SimIdListResultInner object.
    Gets the nextLink property: The URL to get the next set of results.
    List<com.azure.core.management.SubResource>
    Gets the value property: A list of SIM IDs.
  • Method Details

    • value

      List<com.azure.core.management.SubResource> value()
      Gets the value property: A list of SIM IDs.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • innerModel

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