NodeCounts Interface

public interface NodeCounts

An immutable client-side representation of NodeCounts.

Method Summary

Modifier and Type Method and Description
abstract NodeCountsInner innerModel()

Gets the inner com.azure.resourcemanager.automation.fluent.models.NodeCountsInner object.

abstract Integer totalCount()

Gets the totalCount property: Gets the total number of records matching countType criteria.

abstract List<NodeCount> 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:

the inner object.

totalCount

public abstract Integer totalCount()

Gets the totalCount property: Gets the total number of records matching countType criteria.

Returns:

the totalCount value.

value

public abstract List value()

Gets the value property: Gets an array of counts.

Returns:

the value value.

Applies to