ArmMachineLearningComputeModelFactory.AcsClusterProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
クラスターにデプロイされたシステム サービス。
- agentVmSize
- Nullable<AgentVmSizeType>
エージェント VM ノードの Azure VM サイズ。 これは、クラスターが作成された後は変更できません。 このリストは完全ではありません。可能な VM サイズについては、 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes を参照してください。
戻り値
モック作成用の新しい AcsClusterProperties インスタンス。