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
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