Share via


SqlAlwaysEncryptedAkvAuthType Struct

Definition

Sql always encrypted AKV authentication type. Type: string.

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

Constructors

Name Description
SqlAlwaysEncryptedAkvAuthType(String)

Initializes a new instance of SqlAlwaysEncryptedAkvAuthType.

Properties

Name Description
ManagedIdentity

ManagedIdentity.

ServicePrincipal

ServicePrincipal.

UserAssignedManagedIdentity

UserAssignedManagedIdentity.

Methods

Name Description
Equals(SqlAlwaysEncryptedAkvAuthType)

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

Determines if two SqlAlwaysEncryptedAkvAuthType values are the same.

Implicit(String to SqlAlwaysEncryptedAkvAuthType)

Converts a String to a SqlAlwaysEncryptedAkvAuthType.

Inequality(SqlAlwaysEncryptedAkvAuthType, SqlAlwaysEncryptedAkvAuthType)

Determines if two SqlAlwaysEncryptedAkvAuthType values are not the same.

Applies to