Class AgentPoolPropertiesUpdateParameters

java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.AgentPoolPropertiesUpdateParameters

public final class AgentPoolPropertiesUpdateParameters extends Object
The AgentPoolPropertiesUpdateParameters model.
  • Constructor Details

    • AgentPoolPropertiesUpdateParameters

      public AgentPoolPropertiesUpdateParameters()
      Creates an instance of AgentPoolPropertiesUpdateParameters class.
  • Method Details

    • count

      public Integer count()
      Get the count property: The count of agent machine.
      Returns:
      the count value.
    • withCount

      public AgentPoolPropertiesUpdateParameters withCount(Integer count)
      Set the count property: The count of agent machine.
      Parameters:
      count - the count value to set.
      Returns:
      the AgentPoolPropertiesUpdateParameters object itself.
    • validate

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