VirtualMachineConnectionProfile interface
The connection information for the virtual machine
Properties
admin |
The username used to log on to the virtual machine as admin. NOTE: This property will not be serialized. It can only be populated by the server. |
non |
The username used to log on to the virtual machine as non-admin, if one exists. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The private IP address of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
rdp |
Port and host name separated by semicolon for connecting via RDP protocol to the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
rdp |
URL for connecting via RDP protocol to the virtual machine in browser. NOTE: This property will not be serialized. It can only be populated by the server. |
ssh |
Port and host name separated by semicolon for connecting via SSH protocol to the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
ssh |
URL for connecting via SSH protocol to the virtual machine in browser. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
adminUsername
The username used to log on to the virtual machine as admin. NOTE: This property will not be serialized. It can only be populated by the server.
adminUsername?: string
Property Value
string
nonAdminUsername
The username used to log on to the virtual machine as non-admin, if one exists. NOTE: This property will not be serialized. It can only be populated by the server.
nonAdminUsername?: string
Property Value
string
privateIpAddress
The private IP address of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
privateIpAddress?: string
Property Value
string
rdpAuthority
Port and host name separated by semicolon for connecting via RDP protocol to the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
rdpAuthority?: string
Property Value
string
rdpInBrowserUrl
URL for connecting via RDP protocol to the virtual machine in browser. NOTE: This property will not be serialized. It can only be populated by the server.
rdpInBrowserUrl?: string
Property Value
string
sshAuthority
Port and host name separated by semicolon for connecting via SSH protocol to the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
sshAuthority?: string
Property Value
string
sshInBrowserUrl
URL for connecting via SSH protocol to the virtual machine in browser. NOTE: This property will not be serialized. It can only be populated by the server.
sshInBrowserUrl?: string
Property Value
string