Dela via


ConfigurationType Struct

Definition

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