OSVersionProperties 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
OSVersionProperties() |
Initializes a new instance of the OSVersionProperties class. |
OSVersionProperties(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the OSVersionProperties class. |
OSVersionProperties()
Initializes a new instance of the OSVersionProperties class.
public OSVersionProperties ();
Public Sub New ()
Applies to
OSVersionProperties(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the OSVersionProperties class.
public OSVersionProperties (string family = default, string familyLabel = default, string version = default, string label = default, bool? isDefault = default, bool? isActive = default);
new Microsoft.Azure.Management.Compute.Models.OSVersionProperties : string * string * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.OSVersionProperties
Public Sub New (Optional family As String = Nothing, Optional familyLabel As String = Nothing, Optional version As String = Nothing, Optional label As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing)
Parameters
- family
- String
The family of this OS version.
- familyLabel
- String
The family label of this OS version.
- version
- String
The OS version.
- label
- String
The OS version label.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.