Class NodeCountProperties

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

public final class NodeCountProperties extends Object
The NodeCountProperties model.
  • 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.
    • 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.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.