Class AgentPoolPropertiesUpdateParameters
java.lang.Object
com.azure.resourcemanager.containerregistry.fluent.models.AgentPoolPropertiesUpdateParameters
The AgentPoolPropertiesUpdateParameters model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AgentPoolPropertiesUpdateParameters class. -
Method Summary
-
Constructor Details
-
AgentPoolPropertiesUpdateParameters
public AgentPoolPropertiesUpdateParameters()Creates an instance of AgentPoolPropertiesUpdateParameters class.
-
-
Method Details
-
count
Get the count property: The count of agent machine.- Returns:
- the count value.
-
withCount
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.
-