Freigeben über


Job Konstruktoren

Definition

Überlädt

Job()

Initialisiert eine neue instance der Job-Klasse.

Job(JobStatus, Int32, JobType, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, JobErrorDetails, DataStatistics, String, String, IList<JobStage>, String, Nullable<Boolean>, Nullable<BackupType>, String, Nullable<DateTime>)

Initialisiert eine neue instance der Job-Klasse.

Job()

Initialisiert eine neue instance der Job-Klasse.

public Job ();
Public Sub New ()

Gilt für:

Job(JobStatus, Int32, JobType, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, JobErrorDetails, DataStatistics, String, String, IList<JobStage>, String, Nullable<Boolean>, Nullable<BackupType>, String, Nullable<DateTime>)

Initialisiert eine neue instance der Job-Klasse.

public Job (Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus status, int percentComplete, Microsoft.Azure.Management.StorSimple8000Series.Models.JobType jobType, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails error = default, Microsoft.Azure.Management.StorSimple8000Series.Models.DataStatistics dataStats = default, string entityLabel = default, string entityType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage> jobStages = default, string deviceId = default, bool? isCancellable = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType? backupType = default, string sourceDeviceId = default, DateTime? backupPointInTime = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Job : Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus * int * Microsoft.Azure.Management.StorSimple8000Series.Models.JobType * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails * Microsoft.Azure.Management.StorSimple8000Series.Models.DataStatistics * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage> * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType> * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.Job
Public Sub New (status As JobStatus, percentComplete As Integer, jobType As JobType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional error As JobErrorDetails = Nothing, Optional dataStats As DataStatistics = Nothing, Optional entityLabel As String = Nothing, Optional entityType As String = Nothing, Optional jobStages As IList(Of JobStage) = Nothing, Optional deviceId As String = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing, Optional backupType As Nullable(Of BackupType) = Nothing, Optional sourceDeviceId As String = Nothing, Optional backupPointInTime As Nullable(Of DateTime) = Nothing)

Parameter

status
JobStatus

Den aktuellen Status des Auftrags. Mögliche Werte: "Running", "Succeeded", "Failed", "Canceled"

percentComplete
Int32

Der Prozentsatz des Auftrags, der bereits abgeschlossen ist.

jobType
JobType

Der Typ des Auftrags. Mögliche Werte: "ScheduledBackup", "ManualBackup", "RestoreBackup", "CloneVolume", "FailoverVolumeContainers", "CreateLocallyPinnedVolume", "ModifyVolume", "InstallUpdates", "SupportPackageLogs", "CreateCloudAppliance"

id
String

Die Pfad-ID, die das Objekt eindeutig identifiziert.

name
String

Der Name des Objekts.

type
String

Der hierarchische Typ des Objekts.

kind
Nullable<Kind>

Die Art des -Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: "Series8000"

startTime
Nullable<DateTime>

Die UTC-Zeit, zu der der Auftrag gestartet wurde.

endTime
Nullable<DateTime>

Die UTC-Zeit, zu der der Auftrag abgeschlossen wurde.

error
JobErrorDetails

Die Fehlerdetails, falls vorhanden, für den Auftrag.

dataStats
DataStatistics

Die Datenstatistikeigenschaften des Auftrags.

entityLabel
String

Der Entitätsbezeichner, für den der Auftrag ausgeführt wurde.

entityType
String

Der Entitätstyp, für den der Auftrag ausgeführt wurde.

jobStages
IList<JobStage>

Die Auftragsphasen.

deviceId
String

Die Geräte-ID, in der der Auftrag ausgeführt wurde.

isCancellable
Nullable<Boolean>

Gibt an, ob der Auftrag abgebrochen werden kann oder nicht.

backupType
Nullable<BackupType>

Der Sicherungstyp (CloudSnapshot | LocalSnapshot). Gilt nur für Sicherungsaufträge. Mögliche Werte sind: "LocalSnapshot", "CloudSnapshot"

sourceDeviceId
String

Die Quellgeräte-ID des Failoverauftrags.

backupPointInTime
Nullable<DateTime>

Der Zeitpunkt der Sicherung, die für das Failover verwendet wird.

Gilt für: