MachinePropertiesOsProfile Constructors
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.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET