Class AgentPoolName
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolName
AgentPool Name.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Unique name of the agent pool profile in the context of the subscription and resource group.void
validate()
Validates the instance.Set the name property: Unique name of the agent pool profile in the context of the subscription and resource group.
-
Constructor Details
-
AgentPoolName
public AgentPoolName()Creates an instance of AgentPoolName class.
-
-
Method Details
-
name
Get the name property: Unique name of the agent pool profile in the context of the subscription and resource group.- Returns:
- the name value.
-
withName
Set the name property: Unique name of the agent pool profile in the context of the subscription and resource group.- Parameters:
name
- the name value to set.- Returns:
- the AgentPoolName object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-