SynapseSparkConfigurationType 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.
The type of the spark config properties file.
public readonly struct SynapseSparkConfigurationType : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseSparkConfigurationType>
type SynapseSparkConfigurationType = struct
Public Structure SynapseSparkConfigurationType
Implements IEquatable(Of SynapseSparkConfigurationType)
- Inheritance
-
SynapseSparkConfigurationType
- Implements
Constructors
SynapseSparkConfigurationType(String) |
Initializes a new instance of SynapseSparkConfigurationType. |
Properties
Artifact |
Artifact. |
File |
File. |
Methods
Equals(SynapseSparkConfigurationType) |
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(SynapseSparkConfigurationType, SynapseSparkConfigurationType) |
Determines if two SynapseSparkConfigurationType values are the same. |
Implicit(String to SynapseSparkConfigurationType) |
Converts a string to a SynapseSparkConfigurationType. |
Inequality(SynapseSparkConfigurationType, SynapseSparkConfigurationType) |
Determines if two SynapseSparkConfigurationType values are not the same. |
Applies to
Azure SDK for .NET