ContainerServiceOrchestratorProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET