Freigeben über


ContainerServiceOrchestratorProfile Konstruktoren

Definition

Überlädt

ContainerServiceOrchestratorProfile()

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

ContainerServiceOrchestratorProfile()

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

Gilt für:

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

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)

Parameter

orchestratorType
ContainerServiceOrchestratorTypes

Der Orchestrator, der zum Verwalten von Containerdienstclusterressourcen verwendet werden soll. Gültige Werte sind Kubernetes, Swarm, DCOS, DockerCE und Custom. Mögliche Werte: "Kubernetes", "Swarm", "DCOS", "DockerCE", "Custom"

orchestratorVersion
String

Die Version des zu verwendenden Orchestrators. Sie können den Teil major.minor.patch der tatsächlichen Version angeben. Beispielsweise können Sie die Version als "1.6.11" angeben.

Gilt für: