OSProfile 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
OSProfile() |
Initializes a new instance of the OSProfile class. |
OSProfile(String) |
Initializes a new instance of the OSProfile class. |
OSProfile()
Initializes a new instance of the OSProfile class.
public OSProfile ();
Public Sub New ()
Applies to
OSProfile(String)
Initializes a new instance of the OSProfile class.
public OSProfile (string computerName = default);
new Microsoft.Azure.Management.HybridCompute.Models.OSProfile : string -> Microsoft.Azure.Management.HybridCompute.Models.OSProfile
Public Sub New (Optional computerName As String = Nothing)
Parameters
- computerName
- String
Specifies the host OS name of the hybrid machine.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET