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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET