次の方法で共有


MabJob コンストラクター

定義

オーバーロード

MabJob()

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

MabJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, String, String, String, IList<MabErrorInfo>, MabJobExtendedInfo)

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

MabJob()

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

public MabJob ();
Public Sub New ()

適用対象

MabJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, String, String, String, IList<MabErrorInfo>, MabJobExtendedInfo)

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

public MabJob (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, string mabServerName = default, string mabServerType = default, string workloadType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabErrorInfo> errorDetails = default, Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabJobExtendedInfo extendedInfo = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabJob : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<TimeSpan> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobSupportedAction>> * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabErrorInfo> * Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabJobExtendedInfo -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.MabJob
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 mabServerName As String = Nothing, Optional mabServerType As String = Nothing, Optional workloadType As String = Nothing, Optional errorDetails As IList(Of MabErrorInfo) = Nothing, Optional extendedInfo As MabJobExtendedInfo = 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>>

取り消し/再試行などのジョブに適用される状態/アクション。

mabServerName
String

DS を保護するサーバーの名前。

mabServerType
String

MAB コンテナーのサーバーの種類。 使用可能な値は次のとおりです: 'Invalid', 'Unknown'、'IaasVMContainer'、'IaasVMServiceContainer'、'DPMContainer'、'AzureBackupServerContainer'、'MABContainer'、'Cluster'、'AzureSqlContainer'、'Windows'、'VCenter'、'VMAppContainer'、'SQLAGWorkLoadContainer'、'StorageContainer'、'GenericContainer'

workloadType
String

バックアップ項目のワークロードの種類。 指定できる値は、'Invalid'、'VM'、'FileFolder'、'AzureSqlDb'、'SQLDB'、'Exchange'、'Sharepoint'、'VMwareVM'、'SystemState'、'Client'、'GenericDataSource'、'SQLDataBase'、'AzureFileShare'、'SAPHanaDatabase'、'SAPAseDatabase' です。

errorDetails
IList<MabErrorInfo>

エラー。

extendedInfo
MabJobExtendedInfo

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

適用対象