Class WorkloadRuntime

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

public final class WorkloadRuntime extends com.azure.core.util.ExpandableStringEnum<WorkloadRuntime>
Determines the type of workload a node can run.
  • Field Details

    • OCICONTAINER

      public static final WorkloadRuntime OCICONTAINER
      Static value OCIContainer for WorkloadRuntime.
    • WASM_WASI

      public static final WorkloadRuntime WASM_WASI
      Static value WasmWasi for WorkloadRuntime.
  • Constructor Details

    • WorkloadRuntime

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

    • fromString

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

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