ArmMachineLearningModelFactory.MachineLearningVirtualMachineProperties 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.
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.
- address
- IPAddress
Public IP address of the virtual machine.
- administratorAccount
- MachineLearningVmSshCredentials
Admin credentials for virtual machine.
Indicates whether this compute will be used for running notebooks.
Returns
A new MachineLearningVirtualMachineProperties instance for mocking.