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(LinuxOperatingSystemProfile) |
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(LinuxOperatingSystemProfile)
Initializes a new instance of the OsProfile class.
public OsProfile (Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile linuxOperatingSystemProfile = default);
new Microsoft.Azure.Management.HDInsight.Models.OsProfile : Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile -> Microsoft.Azure.Management.HDInsight.Models.OsProfile
Public Sub New (Optional linuxOperatingSystemProfile As LinuxOperatingSystemProfile = Nothing)
Parameters
- linuxOperatingSystemProfile
- LinuxOperatingSystemProfile
The Linux OS profile.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET