VirtualMachineProperties interface

Properties

address

Public IP address of the virtual machine.

administratorAccount

Admin credentials for virtual machine

isNotebookInstanceCompute

Indicates whether this compute will be used for running notebooks.

sshPort

Port open for ssh connections.

virtualMachineSize

Virtual Machine size

Property Details

address

Public IP address of the virtual machine.

address?: string

Property Value

string

administratorAccount

Admin credentials for virtual machine

administratorAccount?: VirtualMachineSshCredentials

Property Value

isNotebookInstanceCompute

Indicates whether this compute will be used for running notebooks.

isNotebookInstanceCompute?: boolean

Property Value

boolean

sshPort

Port open for ssh connections.

sshPort?: number

Property Value

number

virtualMachineSize

Virtual Machine size

virtualMachineSize?: string

Property Value

string