Share 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

Name Description
ConfigurationType(String)

Initializes a new instance of ConfigurationType.

Properties

Name Description
Artifact

Artifact.

Customized

Customized.

Default

Default.

Methods

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

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