JobInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobInner()
public JobInner ();
Public Sub New ()
Applies to
JobInner(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>)
public JobInner (Microsoft.Azure.Management.StorSimple.Fluent.Models.JobStatus status, int percentComplete, Microsoft.Azure.Management.StorSimple.Fluent.Models.JobType jobType, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind? kind = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails error = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.DataStatistics dataStats = default, string entityLabel = default, string entityType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobStage> jobStages = default, string deviceId = default, bool? isCancellable = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType? backupType = default, string sourceDeviceId = default, DateTime? backupPointInTime = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.JobInner : Microsoft.Azure.Management.StorSimple.Fluent.Models.JobStatus * int * Microsoft.Azure.Management.StorSimple.Fluent.Models.JobType * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.StorSimple.Fluent.Models.JobErrorDetails * Microsoft.Azure.Management.StorSimple.Fluent.Models.DataStatistics * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.JobStage> * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.BackupType> * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.JobInner
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)
Parameters
- status
- JobStatus
- percentComplete
- Int32
- jobType
- JobType
- id
- String
- name
- String
- type
- String
- error
- JobErrorDetails
- dataStats
- DataStatistics
- entityLabel
- String
- entityType
- String
- deviceId
- String
- backupType
- Nullable<BackupType>
- sourceDeviceId
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET