Share via


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