Job Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
Die Art des -Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: "Series8000"
- 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.
- deviceId
- String
Die Geräte-ID, in der der Auftrag ausgeführt wurde.
- 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.
Der Zeitpunkt der Sicherung, die für das Failover verwendet wird.
Gilt für:
Azure SDK for .NET