PhoenixAuthenticationType Struct

Definition

The authentication mechanism used to connect to the Phoenix server.

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

Constructors

PhoenixAuthenticationType(String)

Initializes a new instance of PhoenixAuthenticationType.

Properties

Anonymous

Anonymous.

UsernameAndPassword

UsernameAndPassword.

WindowsAzureHDInsightService

WindowsAzureHDInsightService.

Methods

Equals(PhoenixAuthenticationType)

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

Determines if two PhoenixAuthenticationType values are the same.

Implicit(String to PhoenixAuthenticationType)

Converts a string to a PhoenixAuthenticationType.

Inequality(PhoenixAuthenticationType, PhoenixAuthenticationType)

Determines if two PhoenixAuthenticationType values are not the same.

Applies to