次の方法で共有


AzureStorageJob コンストラクター

定義

オーバーロード

AzureStorageJob()

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

AzureStorageJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureStorageErrorInfo>, String, String, AzureStorageJobExtendedInfo)

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

AzureStorageJob()

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

public AzureStorageJob ();
Public Sub New ()

適用対象

AzureStorageJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureStorageErrorInfo>, String, String, AzureStorageJobExtendedInfo)

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

public AzureStorageJob (string entityFriendlyName = default, string backupManagementType = default, string operation = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, string activityId = default, TimeSpan? duration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobSupportedAction?> actionsInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageErrorInfo> errorDetails = default, string storageAccountName = default, string storageAccountVersion = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageJob : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobSupportedAction>> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageErrorInfo> * string * string * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureStorageJob
Public Sub New (Optional entityFriendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional operation As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional activityId As String = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional actionsInfo As IList(Of Nullable(Of JobSupportedAction)) = Nothing, Optional errorDetails As IList(Of AzureStorageErrorInfo) = Nothing, Optional storageAccountName As String = Nothing, Optional storageAccountVersion As String = Nothing, Optional extendedInfo As AzureStorageJobExtendedInfo = Nothing)

パラメーター

entityFriendlyName
String

現在のジョブが実行されているエンティティのフレンドリ名。

backupManagementType
String

現在のジョブを実行するためのバックアップ管理の種類。 指定できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

operation
String

操作名。

status
String

ジョブの状態。

startTime
Nullable<DateTime>

開始時刻です。

endTime
Nullable<DateTime>

終了時刻です。

activityId
String

ジョブの ActivityId。

duration
Nullable<TimeSpan>

このジョブの実行中に経過した時間。

actionsInfo
IList<Nullable<JobSupportedAction>>

取り消し/再試行など、このジョブに適用できる状態/アクションを取得または設定します。

errorDetails
IList<AzureStorageErrorInfo>

このジョブの実行に関するエラーの詳細。

storageAccountName
String

ストレージ アカウントのフレンドリ名を指定します。

storageAccountVersion
String

ストレージ アカウントがクラシック アカウントか Azure Resource Manager ストレージ アカウントかを指定します。

extendedInfo
AzureStorageJobExtendedInfo

ジョブに関する追加情報。

適用対象