Executors 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
Executors() | |
Executors(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Nullable<Int32>>, String, String) |
Executors()
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
- executorCores
- String
- executorMemory
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET