你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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