SqlDatabaseKeyType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET