NodeCounts Interface
public interface NodeCounts
An immutable client-side representation of NodeCounts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Node |
innerModel()
Gets the inner com. |
| abstract Integer |
totalCount()
Gets the total |
|
abstract
List<Node |
value()
Gets the value property: Gets an array of counts. |
Method Details
innerModel
public abstract NodeCountsInner innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.NodeCountsInner object.
Returns:
totalCount
public abstract Integer totalCount()
Gets the totalCount property: Gets the total number of records matching countType criteria.
Returns:
value
public abstract List<NodeCount> value()
Gets the value property: Gets an array of counts.
Returns: