Interface NodeCounts
public interface NodeCounts
An immutable client-side representation of NodeCounts.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.automation.fluent.models.NodeCountsInner object.Gets the totalCount property: Gets the total number of records matching countType criteria.value()
Gets the value property: Gets an array of counts.
-
Method Details
-
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.
-