次の方法で共有


AzureStorageJobExtendedInfo コンストラクター

定義

オーバーロード

AzureStorageJobExtendedInfo()

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

AzureStorageJobExtendedInfo(IList<AzureStorageJobTaskDetails>, IDictionary<String,String>, String)

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

AzureStorageJobExtendedInfo()

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

public AzureStorageJobExtendedInfo ();
Public Sub New ()

適用対象

AzureStorageJobExtendedInfo(IList<AzureStorageJobTaskDetails>, IDictionary<String,String>, String)

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

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

パラメーター

tasksList
IList<AzureStorageJobTaskDetails>

このジョブのタスクの一覧

propertyBag
IDictionary<String,String>

ジョブのプロパティ。

dynamicErrorMessage
String

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

適用対象