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