DataFactoryEncryptionConfiguration Class

Definition

Definition of CMK for the factory.

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

Constructors

DataFactoryEncryptionConfiguration(String, Uri)

Initializes a new instance of DataFactoryEncryptionConfiguration.

Properties

KeyName

The name of the key in Azure Key Vault to use as Customer Managed Key.

KeyVersion

The version of the key used for CMK. If not provided, latest version will be used.

UserAssignedIdentity

The resource id of the user assigned identity to authenticate to customer's key vault.

VaultBaseUri

The url of the Azure Key Vault used for CMK.

Explicit Interface Implementations

IJsonModel<DataFactoryEncryptionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFactoryEncryptionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFactoryEncryptionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFactoryEncryptionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFactoryEncryptionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to