Share via


AuthenticationType Struct

Definition

An enumeration of possible authentication types when connecting.

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

Constructors

AuthenticationType(String)

Initializes a new instance of AuthenticationType.

Properties

ActiveDirectoryIntegrated

ActiveDirectoryIntegrated.

ActiveDirectoryPassword

ActiveDirectoryPassword.

None

None.

SqlAuthentication

SqlAuthentication.

WindowsAuthentication

WindowsAuthentication.

Methods

Equals(AuthenticationType)

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

Determines if two AuthenticationType values are the same.

Implicit(String to AuthenticationType)

Converts a string to a AuthenticationType.

Inequality(AuthenticationType, AuthenticationType)

Determines if two AuthenticationType values are not the same.

Applies to