Jobs 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
Jobs() | |
Jobs(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Edge>, IList<Nullable<Int32>>) |
Jobs()
Jobs(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Edge>, IList<Nullable<Int32>>)
- Origem:
- Jobs.cs
public Jobs (int? time = default, int? startTime = default, int? id = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Edge> edges = default, System.Collections.Generic.IList<int?> nodes = default);
new Microsoft.Azure.Synapse.Models.Jobs : Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Edge> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Synapse.Models.Jobs
Public Sub New (Optional time As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of Integer) = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional edges As IList(Of Edge) = Nothing, Optional nodes As IList(Of Nullable(Of Integer)) = Nothing)
Parâmetros
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET