Sdílet prostřednictvím


VirtualMachineConnectionProfile interface

The connection information for the virtual machine

Properties

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.

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.

privateIpAddress

The private IP address of the virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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.

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.

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.

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