Freigeben über


OrchestratorProfile Konstruktoren

Definition

Überlädt

OrchestratorProfile()

Initialisiert eine neue instance der OrchestratorProfile-Klasse.

OrchestratorProfile(String, String, Nullable<Boolean>)

Initialisiert eine neue instance der OrchestratorProfile-Klasse.

OrchestratorProfile()

Initialisiert eine neue instance der OrchestratorProfile-Klasse.

public OrchestratorProfile ();
Public Sub New ()

Gilt für:

OrchestratorProfile(String, String, Nullable<Boolean>)

Initialisiert eine neue instance der OrchestratorProfile-Klasse.

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)

Parameter

orchestratorVersion
String

Orchestratorversion (Hauptversion, Nebenversion, Patch).

orchestratorType
String

Orchestratortyp.

isPreview
Nullable<Boolean>

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

Gilt für: