NodeCount Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.NodeCount

public final class NodeCount

Number of nodes based on the Filter.

Constructor Summary

Constructor Description
NodeCount()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Gets the name of a count type.

NodeCountProperties properties()

Get the properties property: The properties property.

void validate()

Validates the instance.

NodeCount withName(String name)

Set the name property: Gets the name of a count type.

NodeCount withProperties(NodeCountProperties properties)

Set the properties property: The properties property.

Methods inherited from java.lang.Object

Constructor Details

NodeCount

public NodeCount()

Method Details

name

public String name()

Get the name property: Gets the name of a count type.

Returns:

the name value.

properties

public NodeCountProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withName

public NodeCount withName(String name)

Set the name property: Gets the name of a count type.

Parameters:

name - the name value to set.

Returns:

the NodeCount object itself.

withProperties

public NodeCount withProperties(NodeCountProperties properties)

Set the properties property: The properties property.

Parameters:

properties - the properties value to set.

Returns:

the NodeCount object itself.

Applies to