LabVirtualMachineConnectionProfile Class
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 connection information for the virtual machine.
public class LabVirtualMachineConnectionProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.LabVirtualMachineConnectionProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.LabVirtualMachineConnectionProfile>
public class LabVirtualMachineConnectionProfile
type LabVirtualMachineConnectionProfile = class
interface IJsonModel<LabVirtualMachineConnectionProfile>
interface IPersistableModel<LabVirtualMachineConnectionProfile>
type LabVirtualMachineConnectionProfile = class
Public Class LabVirtualMachineConnectionProfile
Implements IJsonModel(Of LabVirtualMachineConnectionProfile), IPersistableModel(Of LabVirtualMachineConnectionProfile)
Public Class LabVirtualMachineConnectionProfile
- Inheritance
-
LabVirtualMachineConnectionProfile
- Implements
Properties
AdminUsername |
The username used to log on to the virtual machine as admin. |
NonAdminUsername |
The username used to log on to the virtual machine as non-admin, if one exists. |
PrivateIPAddress |
The private IP address of the virtual machine. |
RdpAuthority |
Port and host name separated by semicolon for connecting via RDP protocol to the virtual machine. |
RdpInBrowserUri |
URL for connecting via RDP protocol to the virtual machine in browser. |
SshAuthority |
Port and host name separated by semicolon for connecting via SSH protocol to the virtual machine. |
SshInBrowserUri |
URL for connecting via SSH protocol to the virtual machine in browser. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LabVirtualMachineConnectionProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LabVirtualMachineConnectionProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LabVirtualMachineConnectionProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LabVirtualMachineConnectionProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LabVirtualMachineConnectionProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET