Interface ResourceCollection


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

    Modifier and Type
    Method
    Description
    Gets the count property: Total record count number.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceCollectionInner object.
    Gets the nextLink property: Next page link if any.
    Gets the value property: A collection of resources.
  • Method Details

    • value

      Gets the value property: A collection of resources.
      Returns:
      the value value.
    • count

      Long count()
      Gets the count property: Total record count number.
      Returns:
      the count value.
    • nextLink

      String nextLink()
      Gets the nextLink property: Next page link if any.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResourceCollectionInner object.
      Returns:
      the inner object.