Share via


AuthenticationName Struct

Definition

The AuthenticationName.

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

Constructors

AuthenticationName(String)

Initializes a new instance of AuthenticationName.

Properties

Default

Default.

Methods

Equals(AuthenticationName)

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

Determines if two AuthenticationName values are the same.

Implicit(String to AuthenticationName)

Converts a string to a AuthenticationName.

Inequality(AuthenticationName, AuthenticationName)

Determines if two AuthenticationName values are not the same.

Applies to