Share via


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

Name Description
PhoenixAuthenticationType(String)

Initializes a new instance of PhoenixAuthenticationType.

Properties

Name Description
Anonymous

Anonymous.

UsernameAndPassword

UsernameAndPassword.

WindowsAzureHDInsightService

WindowsAzureHDInsightService.

Methods

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

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