Share via


RedisEnterpriseCustomerManagedKeyEncryption Class

Definition

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
RedisEnterpriseCustomerManagedKeyEncryption

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: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78.

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)

Applies to