Partager via


OrchestratorProfile Constructeurs

Définition

Surcharges

OrchestratorProfile()

Initialise une nouvelle instance de la classe OrchestratorProfile.

OrchestratorProfile(String, String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe OrchestratorProfile.

OrchestratorProfile()

Initialise une nouvelle instance de la classe OrchestratorProfile.

public OrchestratorProfile ();
Public Sub New ()

S’applique à

OrchestratorProfile(String, String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe OrchestratorProfile.

public OrchestratorProfile (string orchestratorVersion, string orchestratorType = default, bool? isPreview = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorProfile : string * string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OrchestratorProfile
Public Sub New (orchestratorVersion As String, Optional orchestratorType As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing)

Paramètres

orchestratorVersion
String

Version d’Orchestrator (majeure, mineure, correctif).

orchestratorType
String

Type d’orchestrateur.

isPreview
Nullable<Boolean>

Indique si la version de Kubernetes est actuellement en préversion.

S’applique à