Partager via


ContainerServiceOrchestratorProfile Constructeurs

Définition

Surcharges

ContainerServiceOrchestratorProfile()

Initialise une nouvelle instance de la classe ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Initialise une nouvelle instance de la classe ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile()

Initialise une nouvelle instance de la classe ContainerServiceOrchestratorProfile.

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

S’applique à

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Initialise une nouvelle instance de la classe ContainerServiceOrchestratorProfile.

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)

Paramètres

orchestratorType
ContainerServiceOrchestratorTypes

Orchestrateur à utiliser pour gérer les ressources de cluster du service de conteneur. Les valeurs valides sont Kubernetes, Swarm, DCOS, DockerCE et Custom. Les valeurs possibles sont les suivantes : « Kubernetes », « Swarm », « DCOS », « DockerCE », « Custom »

orchestratorVersion
String

Version de l’orchestrateur à utiliser. Vous pouvez spécifier la partie major.minor.patch de la version réelle. Par exemple, vous pouvez spécifier la version « 1.6.11 ».

S’applique à