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

Name Description
SparkConfigurationReferenceType(String)

Initializes a new instance of SparkConfigurationReferenceType.

Properties

Name Description
SparkConfigurationReference

SparkConfigurationReference.

Methods

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

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