AzureRmSqlManagedInstanceKeyVaultKeyModel Class
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.
Represents the core properties of an Azure Sql Database Transparent Data Encryption Certificate
public class AzureRmSqlManagedInstanceKeyVaultKeyModel
type AzureRmSqlManagedInstanceKeyVaultKeyModel = class
Public Class AzureRmSqlManagedInstanceKeyVaultKeyModel
- Inheritance
-
AzureRmSqlManagedInstanceKeyVaultKeyModel
Constructors
AzureRmSqlManagedInstanceKeyVaultKeyModel(String, String, String) |
Properties
CreationDate |
Gets or sets the creation date of the managed instance key |
KeyId |
Gets or sets the AzureKeyVault key id |
ManagedInstanceKeyName |
Gets or sets the server key name |
ManagedInstanceName |
Gets or sets the name of the managed instance |
ResourceGroupName |
Gets or sets the name of the resource group |
Thumbprint |
Gets or sets the thumbprint of the managed instance key |
Type |
Gets or sets the type of the managed instance key |
Methods
FromManagedInstanceKey(ManagedInstanceKey, String, String) |
Factory method to create AzureRmSqlManagedInstanceKeyVaultKeyModel from ManagedInstanceKey |