Share via


SparkThriftTransportProtocol Struct

Definition

The transport protocol to use in the Thrift layer.

public readonly struct SparkThriftTransportProtocol : IEquatable<Azure.ResourceManager.DataFactory.Models.SparkThriftTransportProtocol>
type SparkThriftTransportProtocol = struct
Public Structure SparkThriftTransportProtocol
Implements IEquatable(Of SparkThriftTransportProtocol)
Inheritance
SparkThriftTransportProtocol
Implements

Constructors

SparkThriftTransportProtocol(String)

Initializes a new instance of SparkThriftTransportProtocol.

Properties

Binary

Binary.

Http

HTTP.

Sasl

SASL.

Methods

Equals(SparkThriftTransportProtocol)

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

Determines if two SparkThriftTransportProtocol values are the same.

Implicit(String to SparkThriftTransportProtocol)

Converts a string to a SparkThriftTransportProtocol.

Inequality(SparkThriftTransportProtocol, SparkThriftTransportProtocol)

Determines if two SparkThriftTransportProtocol values are not the same.

Applies to