RedisEnterpriseCustomerManagedKeyEncryption 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.
All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption.
public class RedisEnterpriseCustomerManagedKeyEncryption : Azure.Provisioning.Primitives.ProvisionableConstruct
type RedisEnterpriseCustomerManagedKeyEncryption = class
inherit ProvisionableConstruct
Public Class RedisEnterpriseCustomerManagedKeyEncryption
Inherits ProvisionableConstruct
- Inheritance
Constructors
RedisEnterpriseCustomerManagedKeyEncryption() |
Creates a new RedisEnterpriseCustomerManagedKeyEncryption. |
Properties
KeyEncryptionKeyIdentity |
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. |
KeyEncryptionKeyUri |
Key encryption key Url, versioned only. Ex:
|
Methods
DefineProvisionableProperties() |
Define all the provisionable properties of RedisEnterpriseCustomerManagedKeyEncryption. |
GetResources() |
Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure. (Inherited from Provisionable) |
Resolve(ProvisioningContext) |
Resolve any resources or properties that were not explicitly specified. (Inherited from Provisionable) |
Validate(ProvisioningContext) |
Validate the presence of any required members. (Inherited from Provisionable) |