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