ภาษา

ArmMachineLearningModelFactory.MachineLearningVirtualMachineProperties Method

Definition

The MachineLearningVirtualMachineProperties.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineProperties MachineLearningVirtualMachineProperties(string virtualMachineSize = default, int? sshPort = default, int? notebookServerPort = default, System.Net.IPAddress address = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials administratorAccount = default, bool? isNotebookInstanceCompute = default);
static member MachineLearningVirtualMachineProperties : string * Nullable<int> * Nullable<int> * System.Net.IPAddress * Azure.ResourceManager.MachineLearning.Models.MachineLearningVmSshCredentials * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningVirtualMachineProperties
Public Shared Function MachineLearningVirtualMachineProperties (Optional virtualMachineSize As String = Nothing, Optional sshPort As Nullable(Of Integer) = Nothing, Optional notebookServerPort As Nullable(Of Integer) = Nothing, Optional address As IPAddress = Nothing, Optional administratorAccount As MachineLearningVmSshCredentials = Nothing, Optional isNotebookInstanceCompute As Nullable(Of Boolean) = Nothing) As MachineLearningVirtualMachineProperties

Parameters

virtualMachineSize
String

Virtual Machine size.

sshPort
Nullable<Int32>

Port open for ssh connections.

notebookServerPort
Nullable<Int32>

Notebook server port open for ssh connections.

address
IPAddress

Public IP address of the virtual machine.

administratorAccount
MachineLearningVmSshCredentials

Admin credentials for virtual machine.

isNotebookInstanceCompute
Nullable<Boolean>

Indicates whether this compute will be used for running notebooks.

Returns

A new MachineLearningVirtualMachineProperties instance for mocking.

Applies to