Interface NodeCounts


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.automation.fluent.models.NodeCountsInner object.
    Gets the totalCount property: Gets the total number of records matching countType criteria.
    Gets the value property: Gets an array of counts.
  • Method Details

    • value

      List<NodeCount> value()
      Gets the value property: Gets an array of counts.
      Returns:
      the value value.
    • totalCount

      Integer totalCount()
      Gets the totalCount property: Gets the total number of records matching countType criteria.
      Returns:
      the totalCount value.
    • innerModel

      NodeCountsInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.NodeCountsInner object.
      Returns:
      the inner object.