VirtualMachineSchemaProperties interface
Properties
address | Public IP address of the virtual machine. |
administrator |
Admin credentials for virtual machine |
is |
Indicates whether this compute will be used for running notebooks. |
notebook |
Notebook server port open for ssh connections. |
ssh |
Port open for ssh connections. |
virtual |
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
notebookServerPort
Notebook server port open for ssh connections.
notebookServerPort?: number
Property Value
number
sshPort
Port open for ssh connections.
sshPort?: number
Property Value
number
virtualMachineSize
Virtual Machine size
virtualMachineSize?: string
Property Value
string