Freigeben über


ContainerServiceOrchestratorProfile Konstruktoren

Definition

Überlädt

ContainerServiceOrchestratorProfile()

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

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)

Initialisiert eine neue instance der ContainerServiceOrchestratorProfile-Klasse.

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)

Parameter

orchestratorType
ContainerServiceOrchestratorTypes

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

Gilt für: