CSMRestoreRequest Constructors

Definition

Overloads

CSMRestoreRequest()

Initializes a new instance of the CSMRestoreRequest class.

CSMRestoreRequest(CSMRestoreRequestProperties)

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

CSMRestoreRequest()

Initializes a new instance of the CSMRestoreRequest class.

public CSMRestoreRequest ();
Public Sub New ()

Applies to

CSMRestoreRequest(CSMRestoreRequestProperties)

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

public CSMRestoreRequest (Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties properties);
new Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequest : Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequestProperties -> Microsoft.Azure.Management.BackupServices.Models.CSMRestoreRequest
Public Sub New (properties As CSMRestoreRequestProperties)

Parameters

Applies to