AzureKeyVaultKms 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.
Azure Key Vault key management service settings for the security profile.
public class AzureKeyVaultKms
type AzureKeyVaultKms = class
Public Class AzureKeyVaultKms
- Inheritance
-
AzureKeyVaultKms
Constructors
AzureKeyVaultKms() |
Initializes a new instance of the AzureKeyVaultKms class. |
AzureKeyVaultKms(Nullable<Boolean>, String, String, String) |
Initializes a new instance of the AzureKeyVaultKms class. |
Properties
Enabled |
Gets or sets whether to enable Azure Key Vault key management service. The default is false. |
KeyId |
Gets or sets identifier of Azure Key Vault key. See key identifier format for more details. When Azure Key Vault key management service is enabled, this field is required and must be a valid key identifier. When Azure Key Vault key management service is disabled, leave the field empty. |
KeyVaultNetworkAccess |
Gets or sets network access of key vault. The possible values are |
KeyVaultResourceId |
Gets or sets resource ID of key vault. When keyVaultNetworkAccess is
|