Freigeben über


OrchestratorVersionProfile Konstruktoren

Definition

Überlädt

OrchestratorVersionProfile()

Initialisiert eine neue instance der OrchestratorVersionProfile-Klasse.

OrchestratorVersionProfile(String, String, Nullable<Boolean>, Nullable<Boolean>, IList<OrchestratorProfile>)

Initialisiert eine neue instance der OrchestratorVersionProfile-Klasse.

OrchestratorVersionProfile()

Initialisiert eine neue instance der OrchestratorVersionProfile-Klasse.

public OrchestratorVersionProfile ();
Public Sub New ()

Gilt für:

OrchestratorVersionProfile(String, String, Nullable<Boolean>, Nullable<Boolean>, IList<OrchestratorProfile>)

Initialisiert eine neue instance der OrchestratorVersionProfile-Klasse.

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

Parameter

orchestratorType
String

Orchestratortyp.

orchestratorVersion
String

Orchestratorversion (Hauptversion, Nebenversion, Patch).

defaultProperty
Nullable<Boolean>

Standardmäßig installiert, wenn version nicht angegeben ist.

isPreview
Nullable<Boolean>

Gibt an, ob sich die Kubernetes-Version derzeit in der Vorschau befindet.

upgrades
IList<OrchestratorProfile>

Die Liste der verfügbaren Upgradeversionen.

Gilt für: