Interface PolicyCollection


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

    Modifier and Type
    Method
    Description
    Gets the count property: Total record count number.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PolicyCollectionInner object.
    Gets the nextLink property: Next page link if any.
    Gets the value property: Policy Contract value.
  • Method Details

    • value

      Gets the value property: Policy Contract value.
      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

      PolicyCollectionInner innerModel()
      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PolicyCollectionInner object.
      Returns:
      the inner object.