Freigeben über


MabJob Konstruktoren

Definition

Überlädt

MabJob()

Initialisiert eine neue instance der MabJob-Klasse.

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

Initialisiert eine neue instance der MabJob-Klasse.

MabJob()

Initialisiert eine neue instance der MabJob-Klasse.

public MabJob ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der MabJob-Klasse.

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)

Parameter

entityFriendlyName
String

Anzeigename der Entität, auf der der aktuelle Auftrag ausgeführt wird.

backupManagementType
String

Sicherungsverwaltungstyp zum Ausführen des aktuellen Auftrags. Mögliche Werte: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", "DefaultBackup"

operation
String

Der Vorgangsname.

status
String

Auftragsstatus

startTime
Nullable<DateTime>

Die Startzeit.

endTime
Nullable<DateTime>

Die Endzeit.

activityId
String

ActivityId des Auftrags.

duration
Nullable<TimeSpan>

Zeit, die für die Ausführung des Auftrags in Anspruch genommen wird.

actionsInfo
IList<Nullable<JobSupportedAction>>

Der Status/die Aktionen, die für Aufträge wie Abbrechen/Wiederholen gelten.

mabServerName
String

Name des Servers, der die DS schützt.

mabServerType
String

Servertyp des MAB-Containers. Mögliche Werte: "Invalid", "Unknown", "IaasVMContainer", "IaasVMServiceContainer", "DPMContainer", "AzureBackupServerContainer", "MABContainer", "Cluster", "AzureSqlContainer", "Windows", "VCenter", "VMAppContainer", "SQLAGWorkLoadContainer", "StorageContainer", "GenericContainer"

workloadType
String

Workloadtyp des Sicherungselements. Mögliche Werte: "Invalid", "VM", "FileFolder", "AzureSqlDb", "SQLDB", "Exchange", "Sharepoint", "VMwareVM", "SystemState", "Client", "GenericDataSource", "SQLDataBase", "AzureFileShare", "SAPHanaDatabase", "SAPAseDatabase"

errorDetails
IList<MabErrorInfo>

Die Fehler.

extendedInfo
MabJobExtendedInfo

Zusätzliche Informationen zum Auftrag.

Gilt für: