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

SqlDatabaseKeyType Struct

Definition

The database key type. Only supported value is 'AzureKeyVault'.

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

Constructors

Name Description
SqlDatabaseKeyType(String)

Initializes a new instance of SqlDatabaseKeyType.

Properties

Name Description
AzureKeyVault

AzureKeyVault.

Methods

Name Description
Equals(SqlDatabaseKeyType)

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

Determines if two SqlDatabaseKeyType values are the same.

Implicit(String to SqlDatabaseKeyType)

Converts a String to a SqlDatabaseKeyType.

Inequality(SqlDatabaseKeyType, SqlDatabaseKeyType)

Determines if two SqlDatabaseKeyType values are not the same.

Applies to