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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseCustomerManagedKeyEncryption>
type RedisEnterpriseCustomerManagedKeyEncryption = class
interface IJsonModel<RedisEnterpriseCustomerManagedKeyEncryption>
interface IPersistableModel<RedisEnterpriseCustomerManagedKeyEncryption>
Public Class RedisEnterpriseCustomerManagedKeyEncryption
Implements IJsonModel(Of RedisEnterpriseCustomerManagedKeyEncryption), IPersistableModel(Of RedisEnterpriseCustomerManagedKeyEncryption)
- Inheritance
-
RedisEnterpriseCustomerManagedKeyEncryption
- Implements
Constructors
RedisEnterpriseCustomerManagedKeyEncryption() |
Initializes a new instance of 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. |
Explicit Interface Implementations
IJsonModel<RedisEnterpriseCustomerManagedKeyEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RedisEnterpriseCustomerManagedKeyEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RedisEnterpriseCustomerManagedKeyEncryption>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RedisEnterpriseCustomerManagedKeyEncryption>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RedisEnterpriseCustomerManagedKeyEncryption>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET