你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkJobReferenceType Struct

Definition

Synapse spark job reference type.

public readonly struct SparkJobReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SparkJobReferenceType>
type SparkJobReferenceType = struct
Public Structure SparkJobReferenceType
Implements IEquatable(Of SparkJobReferenceType)
Inheritance
SparkJobReferenceType
Implements

Constructors

SparkJobReferenceType(String)

Initializes a new instance of SparkJobReferenceType.

Properties

SparkJobDefinitionReference

SparkJobDefinitionReference.

Methods

Equals(SparkJobReferenceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SparkJobReferenceType, SparkJobReferenceType)

Determines if two SparkJobReferenceType values are the same.

Implicit(String to SparkJobReferenceType)

Converts a String to a SparkJobReferenceType.

Inequality(SparkJobReferenceType, SparkJobReferenceType)

Determines if two SparkJobReferenceType values are not the same.

Applies to