你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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