Executors Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
- Origem:
- 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)
Parâmetros
- executorCores
- String
- executorMemory
- String
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET