ArmMachineLearningModelFactory.MachineLearningHDInsightProperties 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.
HDInsight compute properties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightProperties MachineLearningHDInsightProperties(int? sshPort = default, System.Net.IPAddress address = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials administratorAccount = default);
static member MachineLearningHDInsightProperties : Nullable<int> * System.Net.IPAddress * Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials -> Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightProperties
Public Shared Function MachineLearningHDInsightProperties (Optional sshPort As Nullable(Of Integer) = Nothing, Optional address As IPAddress = Nothing, Optional administratorAccount As MachineLearningVmSshCredentials = Nothing) As MachineLearningHDInsightProperties
Parameters
- address
- IPAddress
Public IP address of the master node of the cluster.
- administratorAccount
- MachineLearningVmSshCredentials
Admin credentials for master node of the cluster.
Returns
A new MachineLearningHDInsightProperties instance for mocking.