Share via


AuthMetadataLookupMode Struct

Definition

The managed instance's authentication metadata lookup mode.

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

Constructors

AuthMetadataLookupMode(String)

Initializes a new instance of AuthMetadataLookupMode.

Properties

Aad

AzureAD.

Paired

Paired.

Windows

Windows.

Methods

Equals(AuthMetadataLookupMode)

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

Determines if two AuthMetadataLookupMode values are the same.

Implicit(String to AuthMetadataLookupMode)

Converts a String to a AuthMetadataLookupMode.

Inequality(AuthMetadataLookupMode, AuthMetadataLookupMode)

Determines if two AuthMetadataLookupMode values are not the same.

Applies to