CSMRestoreRequestProperties Constructors

Definition

Overloads

CSMRestoreRequestProperties()

Initializes a new instance of the CSMRestoreRequestProperties class.

CSMRestoreRequestProperties(String, String)

Initializes a new instance of the CSMRestoreRequestProperties class with required arguments.

CSMRestoreRequestProperties()

Initializes a new instance of the CSMRestoreRequestProperties class.

public CSMRestoreRequestProperties ();
Public Sub New ()

Applies to

CSMRestoreRequestProperties(String, String)

Initializes a new instance of the CSMRestoreRequestProperties class with required arguments.

public CSMRestoreRequestProperties (string typeOfRecovery, string recoveryDSTypeSpecificInputs);
new Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties : string * string -> Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties
Public Sub New (typeOfRecovery As String, recoveryDSTypeSpecificInputs As String)

Parameters

typeOfRecovery
String
recoveryDSTypeSpecificInputs
String

Applies to