Condividi tramite


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

SqlDatabaseKeyType(String)

Initializes a new instance of SqlDatabaseKeyType.

Properties

AzureKeyVault

AzureKeyVault.

Methods

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

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