Class OrchestrationServiceNames

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationServiceNames>
com.azure.resourcemanager.compute.models.OrchestrationServiceNames
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class OrchestrationServiceNames extends com.azure.core.util.ExpandableStringEnum<OrchestrationServiceNames>
The name of the service.
  • Field Details

    • AUTOMATIC_REPAIRS

      public static final OrchestrationServiceNames AUTOMATIC_REPAIRS
      Static value AutomaticRepairs for OrchestrationServiceNames.
    • AUTOMATIC_ZONE_REBALANCING

      public static final OrchestrationServiceNames AUTOMATIC_ZONE_REBALANCING
      Static value AutomaticZoneRebalancing for OrchestrationServiceNames.
  • Constructor Details

    • OrchestrationServiceNames

      @Deprecated public OrchestrationServiceNames()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of OrchestrationServiceNames value.
  • Method Details

    • fromString

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

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