Share via


ListRecoveryPointsRecommendedForMoveRequest Constructors

Definition

Overloads

ListRecoveryPointsRecommendedForMoveRequest()

Initializes a new instance of the ListRecoveryPointsRecommendedForMoveRequest class.

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

Initializes a new instance of the ListRecoveryPointsRecommendedForMoveRequest class.

ListRecoveryPointsRecommendedForMoveRequest()

Initializes a new instance of the ListRecoveryPointsRecommendedForMoveRequest class.

public ListRecoveryPointsRecommendedForMoveRequest ();
Public Sub New ()

Applies to

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

Initializes a new instance of the ListRecoveryPointsRecommendedForMoveRequest class.

public ListRecoveryPointsRecommendedForMoveRequest (string objectType = default, System.Collections.Generic.IList<string> excludedRPList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ListRecoveryPointsRecommendedForMoveRequest
Public Sub New (Optional objectType As String = Nothing, Optional excludedRPList As IList(Of String) = Nothing)

Parameters

objectType
String

Gets the class type.

excludedRPList
IList<String>

List of Recovery Points excluded from Move

Applies to