Megosztás a következőn keresztül:


SynapseSparkConfigurationType Struct

Definition

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