Class OpenShiftAgentPoolProfileRole

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
com.azure.resourcemanager.containerservice.models.OpenShiftAgentPoolProfileRole

public final class OpenShiftAgentPoolProfileRole extends com.azure.core.util.ExpandableStringEnum<OpenShiftAgentPoolProfileRole>
OpenShiftAgentPoolProfileRole represents the role of the AgentPoolProfile.
  • Field Details

  • Constructor Details

    • OpenShiftAgentPoolProfileRole

      public OpenShiftAgentPoolProfileRole()
  • Method Details

    • fromString

      public static OpenShiftAgentPoolProfileRole fromString(String name)
      Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding OpenShiftAgentPoolProfileRole.
    • values

      public static Collection<OpenShiftAgentPoolProfileRole> values()
      Gets known OpenShiftAgentPoolProfileRole values.
      Returns:
      known OpenShiftAgentPoolProfileRole values.