OSVersionWrapper Constructors

Definition

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.

Applies to