ContainerServiceOrchestratorProfile Constructors

Definition

Overloads

ContainerServiceOrchestratorProfile()

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

ContainerServiceOrchestratorProfile()

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

Applies to

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes)

Parameters

orchestratorType
ContainerServiceOrchestratorTypes

The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS', 'Custom', 'Kubernetes'

Applies to