Class AgentPoolPropertiesUpdateParameters
- java.lang.Object
-
- com.azure.resourcemanager.containerregistry.fluent.models.AgentPoolPropertiesUpdateParameters
-
public final class AgentPoolPropertiesUpdateParameters extends Object
The AgentPoolPropertiesUpdateParameters model.
-
-
Constructor Summary
Constructors Constructor Description AgentPoolPropertiesUpdateParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integercount()Get the count property: The count of agent machine.voidvalidate()Validates the instance.AgentPoolPropertiesUpdateParameterswithCount(Integer count)Set the count property: The count of agent machine.
-
-
-
Method Detail
-
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.
-
-