Class ManagedClusterAgentPoolProfile

java.lang.Object
com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfileProperties
com.microsoft.azure.management.containerservice.ManagedClusterAgentPoolProfile

public class ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties
Profile for the container service agent pool.
  • Constructor Details

    • ManagedClusterAgentPoolProfile

      public ManagedClusterAgentPoolProfile()
  • Method Details

    • name

      public String name()
      Get unique name of the agent pool profile in the context of the subscription and resource group.
      Returns:
      the name value
    • withName

      public ManagedClusterAgentPoolProfile withName(String name)
      Set 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 ManagedClusterAgentPoolProfile object itself.