Interface SimIdListResult


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SimIdListResultInner innerModel()
      Gets the inner com.azure.resourcemanager.mobilenetwork.fluent.models.SimIdListResultInner object.
      String nextLink()
      Gets the nextLink property: The URL to get the next set of results.
      List<com.azure.core.management.SubResource> value()
      Gets the value property: A list of sim profile ids in a resource group.
    • Method Detail

      • value

        List<com.azure.core.management.SubResource> value()
        Gets the value property: A list of sim profile ids in a resource group.
        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.