다음을 통해 공유


InMageRcmApplyRecoveryPointInput Constructors

Definition

Overloads

InMageRcmApplyRecoveryPointInput()

Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.

InMageRcmApplyRecoveryPointInput(String)

Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.

InMageRcmApplyRecoveryPointInput()

Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.

public InMageRcmApplyRecoveryPointInput();
Public Sub New ()

Applies to

InMageRcmApplyRecoveryPointInput(String)

Initializes a new instance of the InMageRcmApplyRecoveryPointInput class.

public InMageRcmApplyRecoveryPointInput(string recoveryPointId);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmApplyRecoveryPointInput : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmApplyRecoveryPointInput
Public Sub New (recoveryPointId As String)

Parameters

recoveryPointId
String

The recovery point Id.

Applies to