次の方法で共有


OrchestratorVersionProfile コンストラクター

定義

オーバーロード

OrchestratorVersionProfile()

OrchestratorVersionProfile クラスの新しいインスタンスを初期化します。

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

OrchestratorVersionProfile クラスの新しいインスタンスを初期化します。

OrchestratorVersionProfile()

OrchestratorVersionProfile クラスの新しいインスタンスを初期化します。

public OrchestratorVersionProfile ();
Public Sub New ()

適用対象

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

OrchestratorVersionProfile クラスの新しいインスタンスを初期化します。

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)

パラメーター

orchestratorType
String

オーケストレーターの種類。

orchestratorVersion
String

Orchestrator バージョン (メジャー、マイナー、パッチ)。

defaultProperty
Nullable<Boolean>

バージョンが指定されていない場合は、既定でインストールされます。

isPreview
Nullable<Boolean>

Kubernetes のバージョンが現在プレビュー段階にあるかどうか。

upgrades
IList<OrchestratorProfile>

使用可能なアップグレード バージョンの一覧。

適用対象