NodeCountProperties Class

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

public final class NodeCountProperties

The NodeCountProperties model.

Constructor Summary

Constructor Description
NodeCountProperties()

Method Summary

Modifier and Type Method and Description
Integer count()

Get the count property: Gets the count for the name.

void validate()

Validates the instance.

NodeCountProperties withCount(Integer count)

Set the count property: Gets the count for the name.

Methods inherited from java.lang.Object

Constructor Details

NodeCountProperties

public NodeCountProperties()

Method Details

count

public Integer count()

Get the count property: Gets the count for the name.

Returns:

the count value.

validate

public void validate()

Validates the instance.

withCount

public NodeCountProperties withCount(Integer count)

Set the count property: Gets the count for the name.

Parameters:

count - the count value to set.

Returns:

the NodeCountProperties object itself.

Applies to