JobExecutionInner 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
JobExecutionInner() |
Initializes a new instance of the JobExecutionInner class. |
JobExecutionInner(String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Guid>, JobExecutionLifecycle, ProvisioningState, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String, JobExecutionTarget) |
Initializes a new instance of the JobExecutionInner class. |
JobExecutionInner()
Initializes a new instance of the JobExecutionInner class.
public JobExecutionInner ();
Public Sub New ()
Applies to
JobExecutionInner(String, String, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Guid>, JobExecutionLifecycle, ProvisioningState, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<DateTime>, String, JobExecutionTarget)
Initializes a new instance of the JobExecutionInner class.
public JobExecutionInner (string id = default, string name = default, string type = default, int? jobVersion = default, string stepName = default, int? stepId = default, Guid? jobExecutionId = default, Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle lifecycle = default, Microsoft.Azure.Management.Sql.Fluent.Models.ProvisioningState provisioningState = default, DateTime? createTime = default, DateTime? startTime = default, DateTime? endTime = default, int? currentAttempts = default, DateTime? currentAttemptStartTime = default, string lastMessage = default, Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionTarget target = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionInner : string * string * string * Nullable<int> * string * Nullable<int> * Nullable<Guid> * Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionLifecycle * Microsoft.Azure.Management.Sql.Fluent.Models.ProvisioningState * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<DateTime> * string * Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionTarget -> Microsoft.Azure.Management.Sql.Fluent.Models.JobExecutionInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional jobVersion As Nullable(Of Integer) = Nothing, Optional stepName As String = Nothing, Optional stepId As Nullable(Of Integer) = Nothing, Optional jobExecutionId As Nullable(Of Guid) = Nothing, Optional lifecycle As JobExecutionLifecycle = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional createTime As Nullable(Of DateTime) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional currentAttempts As Nullable(Of Integer) = Nothing, Optional currentAttemptStartTime As Nullable(Of DateTime) = Nothing, Optional lastMessage As String = Nothing, Optional target As JobExecutionTarget = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- stepName
- String
The job step name.
- lifecycle
- JobExecutionLifecycle
The detailed state of the job execution. Possible values include: 'Created', 'InProgress', 'WaitingForChildJobExecutions', 'WaitingForRetry', 'Succeeded', 'SucceededWithSkipped', 'Failed', 'TimedOut', 'Canceled', 'Skipped'
- provisioningState
- ProvisioningState
The ARM provisioning state of the job execution. Possible values include: 'Created', 'InProgress', 'Succeeded', 'Failed', 'Canceled'
- lastMessage
- String
The last status or error message.
- target
- JobExecutionTarget
The target that this execution is executed on.
Applies to
Azure SDK for .NET