ภาษา

ArmMachineLearningModelFactory.MachineLearningHDInsightProperties Method

Definition

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

sshPort
Nullable<Int32>

Port open for ssh connections on the master node of the cluster.

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.

Applies to