次の方法で共有


ArmMachineLearningComputeModelFactory.AcsClusterProperties メソッド

定義

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

public static Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties AcsClusterProperties (string clusterFqdn = default, Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType orchestratorType = default, Azure.ResourceManager.MachineLearningCompute.Models.ServicePrincipalProperties orchestratorServicePrincipal = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearningCompute.Models.SystemService> systemServices = default, int? masterCount = default, int? agentCount = default, Azure.ResourceManager.MachineLearningCompute.Models.AgentVmSizeType? agentVmSize = default);
static member AcsClusterProperties : string * Azure.ResourceManager.MachineLearningCompute.Models.OrchestratorType * Azure.ResourceManager.MachineLearningCompute.Models.ServicePrincipalProperties * seq<Azure.ResourceManager.MachineLearningCompute.Models.SystemService> * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearningCompute.Models.AgentVmSizeType> -> Azure.ResourceManager.MachineLearningCompute.Models.AcsClusterProperties
Public Shared Function AcsClusterProperties (Optional clusterFqdn As String = Nothing, Optional orchestratorType As OrchestratorType = Nothing, Optional orchestratorServicePrincipal As ServicePrincipalProperties = Nothing, Optional systemServices As IEnumerable(Of SystemService) = Nothing, Optional masterCount As Nullable(Of Integer) = Nothing, Optional agentCount As Nullable(Of Integer) = Nothing, Optional agentVmSize As Nullable(Of AgentVmSizeType) = Nothing) As AcsClusterProperties

パラメーター

clusterFqdn
String

クラスターの FQDN。

orchestratorType
OrchestratorType

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

orchestratorServicePrincipal
ServicePrincipalProperties

オーケストレーター固有のプロパティ。

systemServices
IEnumerable<SystemService>

クラスターにデプロイされたシステム サービス。

masterCount
Nullable<Int32>

コンテナー サービス内のマスター ノードの数。

agentCount
Nullable<Int32>

コンテナー サービス内のエージェント ノードの数。 これは、クラスターをスケーリングするように変更できます。

agentVmSize
Nullable<AgentVmSizeType>

エージェント VM ノードの Azure VM サイズ。 これは、クラスターが作成された後は変更できません。 このリストは完全ではありません。可能な VM サイズについては、 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes を参照してください。

戻り値

モック作成用の新しい AcsClusterProperties インスタンス。

適用対象