ContainerServiceOrchestratorTypes Enum

  • java.lang.Object
    • java.lang.Enum<ContainerServiceOrchestratorTypes>
      • com.microsoft.azure.management.compute.ContainerServiceOrchestratorTypes

public enum ContainerServiceOrchestratorTypes

Defines values for ContainerServiceOrchestratorTypes.

Fields

CUSTOM

Enum value Custom.

DCOS

Enum value DCOS.

KUBERNETES

Enum value Kubernetes.

SWARM

Enum value Swarm.

Methods

fromString(String value)

public static ContainerServiceOrchestratorTypes fromString(String value)

Parses a serialized value to a ContainerServiceOrchestratorTypes instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed ContainerServiceOrchestratorTypes object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to