次の方法で共有


ListRecoveryPointsRecommendedForMoveRequest コンストラクター

定義

オーバーロード

ListRecoveryPointsRecommendedForMoveRequest()

ListRecoveryPointsRecommendedForMoveRequest クラスの新しいインスタンスを初期化します。

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

ListRecoveryPointsRecommendedForMoveRequest クラスの新しいインスタンスを初期化します。

ListRecoveryPointsRecommendedForMoveRequest()

ListRecoveryPointsRecommendedForMoveRequest クラスの新しいインスタンスを初期化します。

public ListRecoveryPointsRecommendedForMoveRequest ();
Public Sub New ()

適用対象

ListRecoveryPointsRecommendedForMoveRequest(String, IList<String>)

ListRecoveryPointsRecommendedForMoveRequest クラスの新しいインスタンスを初期化します。

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)

パラメーター

objectType
String

クラス型を取得します。

excludedRPList
IList<String>

移動から除外された復旧ポイントの一覧

適用対象