MoveRPAcrossTiersRequest Constructors

Definition

Overloads

MoveRPAcrossTiersRequest()

Initializes a new instance of the MoveRPAcrossTiersRequest class.

MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>)

Initializes a new instance of the MoveRPAcrossTiersRequest class.

MoveRPAcrossTiersRequest()

Initializes a new instance of the MoveRPAcrossTiersRequest class.

public MoveRPAcrossTiersRequest ();
Public Sub New ()

Applies to

MoveRPAcrossTiersRequest(String, Nullable<RecoveryPointTierType>, Nullable<RecoveryPointTierType>)

Initializes a new instance of the MoveRPAcrossTiersRequest class.

public MoveRPAcrossTiersRequest (string objectType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? sourceTierType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType? targetTierType = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest : string * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> * Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointTierType> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MoveRPAcrossTiersRequest
Public Sub New (Optional objectType As String = Nothing, Optional sourceTierType As Nullable(Of RecoveryPointTierType) = Nothing, Optional targetTierType As Nullable(Of RecoveryPointTierType) = Nothing)

Parameters

objectType
String

Gets the class type.

sourceTierType
Nullable<RecoveryPointTierType>

Source tier from where RP needs to be moved. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

targetTierType
Nullable<RecoveryPointTierType>

Target tier where RP needs to be moved. Possible values include: 'Invalid', 'InstantRP', 'HardenedRP', 'ArchivedRP'

Applies to