Executors Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- executorCores
- String
- executorMemory
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET