Share via


SqlAlwaysEncryptedAkvAuthType Struct

Definition

Sql always encrypted AKV authentication type. Type: string.

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

Constructors

SqlAlwaysEncryptedAkvAuthType(String)

Initializes a new instance of SqlAlwaysEncryptedAkvAuthType.

Properties

ManagedIdentity

ManagedIdentity.

ServicePrincipal

ServicePrincipal.

UserAssignedManagedIdentity

UserAssignedManagedIdentity.

Methods

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

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