OrchestratorVersionProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 バージョン (メジャー、マイナー、パッチ)。
- upgrades
- IList<OrchestratorProfile>
使用可能なアップグレード バージョンの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET