Partilhar via


SparkBatchJobResultType Estrutura

Definição

O resultado do trabalho em lote do Spark.

public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Spark.Models.SparkBatchJobResultType>
type SparkBatchJobResultType = struct
Public Structure SparkBatchJobResultType
Implements IEquatable(Of SparkBatchJobResultType)
Herança
SparkBatchJobResultType
Implementações

Construtores

SparkBatchJobResultType(String)

Inicializa uma nova instância de SparkBatchJobResultType.

Propriedades

Cancelled

Cancelado.

Failed

Falhou.

Succeeded

Com êxito.

Uncertain

Incerto.

Métodos

Equals(SparkBatchJobResultType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(SparkBatchJobResultType, SparkBatchJobResultType)

Determina se dois SparkBatchJobResultType valores são os mesmos.

Implicit(String to SparkBatchJobResultType)

Converte uma cadeia de caracteres em um SparkBatchJobResultType.

Inequality(SparkBatchJobResultType, SparkBatchJobResultType)

Determina se dois SparkBatchJobResultType valores não são os mesmos.

Aplica-se a