Share via


Executors Constructors

Definition

Overloads

Executors()
Executors(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Nullable<Int32>>, String, String)

Executors()

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

Applies to

Executors(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Nullable<Int32>>, String, String)

Source:
Executors.cs
public Executors (bool? isDynamicAllocationOn = default, int? executorInstances = default, int? startTime = default, int? endTime = default, System.Collections.Generic.IList<int?> events = default, string executorCores = default, string executorMemory = default);
new Microsoft.Azure.Synapse.Models.Executors : Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Nullable<int>> * string * string -> Microsoft.Azure.Synapse.Models.Executors
Public Sub New (Optional isDynamicAllocationOn As Nullable(Of Boolean) = Nothing, Optional executorInstances As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of Integer) = Nothing, Optional endTime As Nullable(Of Integer) = Nothing, Optional events As IList(Of Nullable(Of Integer)) = Nothing, Optional executorCores As String = Nothing, Optional executorMemory As String = Nothing)

Parameters

isDynamicAllocationOn
Nullable<Boolean>
executorInstances
Nullable<Int32>
startTime
Nullable<Int32>
endTime
Nullable<Int32>
events
IList<Nullable<Int32>>
executorCores
String
executorMemory
String

Applies to