次の方法で共有


DpmJobExtendedInfo コンストラクター

定義

オーバーロード

DpmJobExtendedInfo()

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

DpmJobExtendedInfo(IList<DpmJobTaskDetails>, IDictionary<String,String>, String)

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

DpmJobExtendedInfo()

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

public DpmJobExtendedInfo ();
Public Sub New ()

適用対象

DpmJobExtendedInfo(IList<DpmJobTaskDetails>, IDictionary<String,String>, String)

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

public DpmJobExtendedInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobTaskDetails> tasksList = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, string dynamicErrorMessage = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobTaskDetails> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo
Public Sub New (Optional tasksList As IList(Of DpmJobTaskDetails) = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional dynamicErrorMessage As String = Nothing)

パラメーター

tasksList
IList<DpmJobTaskDetails>

このジョブに関連付けられているタスクの一覧。

propertyBag
IDictionary<String,String>

ジョブのプロパティ。

dynamicErrorMessage
String

ジョブの実行中にローカライズされていないエラー メッセージ。

適用対象