JobInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
JobInner()
public JobInner ();
Public Sub New ()
S’applique à
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)
Paramètres
- 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
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET