StorageAccountEncryptionServices Class

Definition

A list of services that support encryption.

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

Constructors

StorageAccountEncryptionServices()

Initializes a new instance of StorageAccountEncryptionServices.

Properties

Blob

The encryption function of the blob storage service.

File

The encryption function of the file storage service.

Queue

The encryption function of the queue storage service.

Table

The encryption function of the table storage service.

Explicit Interface Implementations

IJsonModel<StorageAccountEncryptionServices>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageAccountEncryptionServices>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageAccountEncryptionServices>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageAccountEncryptionServices>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageAccountEncryptionServices>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to