Class OrchestrationMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestrationMode>
com.azure.resourcemanager.compute.models.OrchestrationMode

public final class OrchestrationMode extends com.azure.core.util.ExpandableStringEnum<OrchestrationMode>
Specifies the orchestration mode for the virtual machine scale set.
  • Field Details

    • UNIFORM

      public static final OrchestrationMode UNIFORM
      Static value Uniform for OrchestrationMode.
    • FLEXIBLE

      public static final OrchestrationMode FLEXIBLE
      Static value Flexible for OrchestrationMode.
  • Constructor Details

    • OrchestrationMode

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

    • fromString

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

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