Share via


MachinePropertiesOsProfile Constructors

Definition

Overloads

MachinePropertiesOsProfile()

Initializes a new instance of the MachinePropertiesOsProfile class.

MachinePropertiesOsProfile(String)

Initializes a new instance of the MachinePropertiesOsProfile class.

MachinePropertiesOsProfile()

Initializes a new instance of the MachinePropertiesOsProfile class.

public MachinePropertiesOsProfile ();
Public Sub New ()

Applies to

MachinePropertiesOsProfile(String)

Initializes a new instance of the MachinePropertiesOsProfile class.

public MachinePropertiesOsProfile (string computerName = default);
new Microsoft.Azure.Management.HybridCompute.Models.MachinePropertiesOsProfile : string -> Microsoft.Azure.Management.HybridCompute.Models.MachinePropertiesOsProfile
Public Sub New (Optional computerName As String = Nothing)

Parameters

computerName
String

Specifies the host OS name of the hybrid machine.

Applies to