SparkServerType Struct

Definition

The type of Spark server.

public readonly struct SparkServerType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SparkServerType>
type SparkServerType = struct
Public Structure SparkServerType
Implements IEquatable(Of SparkServerType)
Inheritance
SparkServerType
Implements

Constructors

SparkServerType(String)

Initializes a new instance of SparkServerType.

Properties

SharkServer

SharkServer.

SharkServer2

SharkServer2.

SparkThriftServer

SparkThriftServer.

Methods

Equals(SparkServerType)

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(SparkServerType, SparkServerType)

Determines if two SparkServerType values are the same.

Implicit(String to SparkServerType)

Converts a string to a SparkServerType.

Inequality(SparkServerType, SparkServerType)

Determines if two SparkServerType values are not the same.

Applies to