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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET