次の方法で共有


ContainerServiceOrchestratorProfile コンストラクター

定義

オーバーロード

ContainerServiceOrchestratorProfile()

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

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

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

ContainerServiceOrchestratorProfile()

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

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

適用対象

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

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

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType, string orchestratorVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes, Optional orchestratorVersion As String = Nothing)

パラメーター

orchestratorType
ContainerServiceOrchestratorTypes

コンテナー サービス クラスター リソースの管理に使用するオーケストレーター。 有効な値は、Kubernetes、Swarm、DCOS、DockerCE、Custom です。 使用可能な値は、'Kubernetes'、'Swarm'、'DCOS'、'DockerCE'、'Custom' です。

orchestratorVersion
String

使用するオーケストレーターのバージョン。 実際のバージョンの major.minor.patch 部分を指定できます。たとえば、バージョンを "1.6.11" と指定できます。

適用対象