SparkConfigurationReferenceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET