OrchestratorVersionProfile 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
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).
Gibt an, ob sich die Kubernetes-Version derzeit in der Vorschau befindet.
- upgrades
- IList<OrchestratorProfile>
Die Liste der verfügbaren Upgradeversionen.
Gilt für:
Azure SDK for .NET