Share via


Stages Constructors

Definition

Overloads

Stages()
Stages(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<Int32>>)

Stages()

Source:
Stages.cs
public Stages ();
Public Sub New ()

Applies to

Stages(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, IList<Nullable<Int32>>, IList<Nullable<Int32>>, IList<Nullable<Int32>>)

Source:
Stages.cs
public Stages (int? dataAvg = default, int? timeAvg = default, int? id = default, int? attemptId = default, string name = default, System.Collections.Generic.IList<int?> dataSkewTask = default, System.Collections.Generic.IList<int?> timeSkewTask = default, System.Collections.Generic.IList<int?> tasks = default);
new Microsoft.Azure.Synapse.Models.Stages : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Synapse.Models.Stages
Public Sub New (Optional dataAvg As Nullable(Of Integer) = Nothing, Optional timeAvg As Nullable(Of Integer) = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional attemptId As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional dataSkewTask As IList(Of Nullable(Of Integer)) = Nothing, Optional timeSkewTask As IList(Of Nullable(Of Integer)) = Nothing, Optional tasks As IList(Of Nullable(Of Integer)) = Nothing)

Parameters

dataAvg
Nullable<Int32>
timeAvg
Nullable<Int32>
attemptId
Nullable<Int32>
name
String
dataSkewTask
IList<Nullable<Int32>>
timeSkewTask
IList<Nullable<Int32>>
tasks
IList<Nullable<Int32>>

Applies to