Jobs 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
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>>)
- Source:
- 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)
Paramètres
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