Class OrchestratorKind

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OrchestratorKind>
com.azure.resourcemanager.delegatednetwork.models.OrchestratorKind

public final class OrchestratorKind extends com.azure.core.util.ExpandableStringEnum<OrchestratorKind>
The kind of workbook. Choices are user and shared.
  • Field Details

    • KUBERNETES

      public static final OrchestratorKind KUBERNETES
      Static value Kubernetes for OrchestratorKind.
  • Constructor Details

    • OrchestratorKind

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

    • fromString

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

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