ArmMachineLearningModelFactory.MachineLearningAksComputeProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- clusterFqdn
- String
Cluster full qualified domain name.
- systemServices
- IEnumerable<MachineLearningComputeSystemService>
System services.
- agentVmSize
- String
Agent virtual machine size.
- clusterPurpose
- Nullable<MachineLearningClusterPurpose>
Intended usage of the cluster.
- sslConfiguration
- MachineLearningSslConfiguration
SSL configuration.
- aksNetworkingConfiguration
- MachineLearningAksNetworkingConfiguration
AKS networking configuration for vnet.
- loadBalancerType
- Nullable<MachineLearningLoadBalancerType>
Load Balancer Type.
- loadBalancerSubnet
- String
Load Balancer Subnet.
Returns
A new MachineLearningAksComputeProperties instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET