SparkBatchJobCollection 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
SparkBatchJobCollection() | |
SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>) |
SparkBatchJobCollection()
SparkBatchJobCollection(Nullable<Int32>, Nullable<Int32>, IList<SparkBatchJob>)
- Origem:
- SparkBatchJobCollection.cs
public SparkBatchJobCollection (int? fromProperty = default, int? total = default, System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> sessions = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection : Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> -> Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobCollection
Public Sub New (Optional fromProperty As Nullable(Of Integer) = Nothing, Optional total As Nullable(Of Integer) = Nothing, Optional sessions As IList(Of SparkBatchJob) = Nothing)
Parâmetros
- sessions
- IList<SparkBatchJob>
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