Interface SkuList


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.webpubsub.fluent.models.SkuListInner object.
    Gets the nextLink property: The URL the client should use to fetch the next page (per server side paging).
    Gets the value property: The list of skus available for the resource.
  • Method Details

    • 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.webpubsub.fluent.models.SkuListInner object.
      Returns:
      the inner object.