Share via


SparkConfigurationReferenceType Struct

Definition

Spark configuration reference type.

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

Constructors

SparkConfigurationReferenceType(String)

Initializes a new instance of SparkConfigurationReferenceType.

Properties

SparkConfigurationReference

SparkConfigurationReference.

Methods

Equals(SparkConfigurationReferenceType)

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(SparkConfigurationReferenceType, SparkConfigurationReferenceType)

Determines if two SparkConfigurationReferenceType values are the same.

Implicit(String to SparkConfigurationReferenceType)

Converts a string to a SparkConfigurationReferenceType.

Inequality(SparkConfigurationReferenceType, SparkConfigurationReferenceType)

Determines if two SparkConfigurationReferenceType values are not the same.

Applies to