OSVersionWrapper 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
OSVersionWrapper() |
Initializes a new instance of the OSVersionWrapper class. |
OSVersionWrapper(String, String) |
Initializes a new instance of the OSVersionWrapper class. |
OSVersionWrapper()
Initializes a new instance of the OSVersionWrapper class.
public OSVersionWrapper ();
Public Sub New ()
Applies to
OSVersionWrapper(String, String)
Initializes a new instance of the OSVersionWrapper class.
public OSVersionWrapper (string version = default, string servicePack = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSVersionWrapper : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSVersionWrapper
Public Sub New (Optional version As String = Nothing, Optional servicePack As String = Nothing)
Parameters
- version
- String
The version.
- servicePack
- String
The service pack.