次の方法で共有


AcsClusterProperties(OrchestratorType) コンストラクター

定義

AcsClusterProperties の新しいインスタンスを初期化します。

public AcsClusterProperties (Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType orchestratorType);
new Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties : Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType -> Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties
Public Sub New (orchestratorType As OrchestratorType)

パラメーター

orchestratorType
OrchestratorType

オーケストレーターの種類。 クラスターを作成した後は変更できません。

適用対象