ContainerServiceOrchestratorTypes Class

Definition

Defines values for ContainerServiceOrchestratorTypes.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes>))]
public class ContainerServiceOrchestratorTypes : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes>))>]
type ContainerServiceOrchestratorTypes = class
    inherit ExpandableStringEnum<ContainerServiceOrchestratorTypes>
Public Class ContainerServiceOrchestratorTypes
Inherits ExpandableStringEnum(Of ContainerServiceOrchestratorTypes)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ContainerServiceOrchestratorTypes()

Fields

Custom
DCOS
DockerCE
Kubernetes
Swarm

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to