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