ServiceAccountEncryptionProperties Class

Definition

Properties to configure Encryption.

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

Constructors

ServiceAccountEncryptionProperties()

Initializes a new instance of ServiceAccountEncryptionProperties.

Properties

KeySource

Enumerates the possible value of keySource for Encryption.

KeyVaultProperties

Properties of KeyVault.

Explicit Interface Implementations

IJsonModel<ServiceAccountEncryptionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceAccountEncryptionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAccountEncryptionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAccountEncryptionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceAccountEncryptionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to