你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.MachineLearningAksComputeProperties 方法

定义

初始化 MachineLearningAksComputeProperties 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAksComputeProperties MachineLearningAksComputeProperties (string clusterFqdn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSystemService> systemServices = default, int? agentCount = default, string agentVmSize = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose? clusterPurpose = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfiguration sslConfiguration = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration aksNetworkingConfiguration = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningLoadBalancerType? loadBalancerType = default, string loadBalancerSubnet = default);
static member MachineLearningAksComputeProperties : string * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeSystemService> * Nullable<int> * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose> * Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfiguration * Azure.ResourceManager.MachineLearning.Models.MachineLearningAksNetworkingConfiguration * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningLoadBalancerType> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAksComputeProperties
Public Shared Function MachineLearningAksComputeProperties (Optional clusterFqdn As String = Nothing, Optional systemServices As IEnumerable(Of MachineLearningComputeSystemService) = Nothing, Optional agentCount As Nullable(Of Integer) = Nothing, Optional agentVmSize As String = Nothing, Optional clusterPurpose As Nullable(Of MachineLearningClusterPurpose) = Nothing, Optional sslConfiguration As MachineLearningSslConfiguration = Nothing, Optional aksNetworkingConfiguration As MachineLearningAksNetworkingConfiguration = Nothing, Optional loadBalancerType As Nullable(Of MachineLearningLoadBalancerType) = Nothing, Optional loadBalancerSubnet As String = Nothing) As MachineLearningAksComputeProperties

参数

clusterFqdn
String

群集完全限定的域名。

systemServices
IEnumerable<MachineLearningComputeSystemService>

系统服务。

agentCount
Nullable<Int32>

代理数。

agentVmSize
String

代理虚拟机大小。

clusterPurpose
Nullable<MachineLearningClusterPurpose>

群集的预期用途。

sslConfiguration
MachineLearningSslConfiguration

SSL 配置。

aksNetworkingConfiguration
MachineLearningAksNetworkingConfiguration

适用于 vnet 的 AKS 网络配置。

loadBalancerType
Nullable<MachineLearningLoadBalancerType>

负载均衡器类型。

loadBalancerSubnet
String

负载均衡器子网。

返回

用于模拟的新 MachineLearningAksComputeProperties 实例。

适用于