java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolName

public class AgentPoolName extends Object
AgentPool Name.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of AgentPoolName class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name property: Unique name of the agent pool profile in the context of the subscription and resource group.
    void
    Validates the instance.
    Set the name property: Unique name of the agent pool profile in the context of the subscription and resource group.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgentPoolName

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

    • name

      public String 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

      public AgentPoolName withName(String name)
      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.