ListRecoveryPointsRecommendedForMoveRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.