共用方式為


ContainerServiceOrchestratorProfile Constructors

Definition

Overloads

ContainerServiceOrchestratorProfile()

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

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, String)

Initializes a new instance of the ContainerServiceOrchestratorProfile class.

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType, string orchestratorVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes, Optional orchestratorVersion As String = Nothing)

Parameters

orchestratorType
ContainerServiceOrchestratorTypes

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

orchestratorVersion
String

The version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".

Applies to