WebAuthenticationType Struct

Definition

Type of authentication used to connect to the web table source.

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

Constructors

WebAuthenticationType(String)

Initializes a new instance of WebAuthenticationType.

Properties

Anonymous

Anonymous.

Basic

Basic.

ClientCertificate

ClientCertificate.

Methods

Equals(WebAuthenticationType)

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

Determines if two WebAuthenticationType values are the same.

Implicit(String to WebAuthenticationType)

Converts a string to a WebAuthenticationType.

Inequality(WebAuthenticationType, WebAuthenticationType)

Determines if two WebAuthenticationType values are not the same.

Applies to