AppConfigurationKeyVaultProperties Class

Definition

Settings concerning key vault encryption for a configuration store.

public class AppConfigurationKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties>
type AppConfigurationKeyVaultProperties = class
    interface IJsonModel<AppConfigurationKeyVaultProperties>
    interface IPersistableModel<AppConfigurationKeyVaultProperties>
Public Class AppConfigurationKeyVaultProperties
Implements IJsonModel(Of AppConfigurationKeyVaultProperties), IPersistableModel(Of AppConfigurationKeyVaultProperties)
Inheritance
AppConfigurationKeyVaultProperties
Implements

Constructors

Name Description
AppConfigurationKeyVaultProperties()

Initializes a new instance of AppConfigurationKeyVaultProperties.

Properties

Name Description
IdentityClientId

The client id of the identity which will be used to access key vault.

KeyIdentifier

The URI of the key vault key used to encrypt data.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppConfigurationKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppConfigurationKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppConfigurationKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to