OrchestratorKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. delegatednetwork. models. OrchestratorKind
- com.
- com.
public final class OrchestratorKind
extends ExpandableStringEnum<OrchestratorKind>
The kind of workbook. Choices are user and shared.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Orchestrator |
KUBERNETES
Static value Kubernetes for Orchestrator |
Constructor Summary
| Constructor | Description |
|---|---|
| OrchestratorKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Orchestrator |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orchestrator |
fromString(String name)
Creates or finds a Orchestrator |
|
static
Collection<Orchestrator |
values()
Gets known Orchestrator |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
KUBERNETES
public static final OrchestratorKind KUBERNETES
Static value Kubernetes for OrchestratorKind.
Constructor Details
OrchestratorKind
@Deprecated
public OrchestratorKind()
Deprecated
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:
Returns:
values
public static Collection<OrchestratorKind> values()
Gets known OrchestratorKind values.
Returns: