Interface SkuList


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SkuListInner innerModel()
      Gets the inner com.azure.resourcemanager.signalr.fluent.models.SkuListInner object.
      String nextLink()
      Gets the nextLink property: The URL the client should use to fetch the next page (per server side paging).
      List<Sku> value()
      Gets the value property: The list of skus available for the resource.
    • Method Detail

      • value

        List<Sku> value()
        Gets the value property: The list of skus available for the resource.
        Returns:
        the value value.
      • nextLink

        String nextLink()
        Gets the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
        Returns:
        the nextLink value.
      • innerModel

        SkuListInner innerModel()
        Gets the inner com.azure.resourcemanager.signalr.fluent.models.SkuListInner object.
        Returns:
        the inner object.