StorageAccountEncryption 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.
The encryption settings on the storage account.
public class StorageAccountEncryption : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageAccountEncryption>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageAccountEncryption>
public class StorageAccountEncryption
type StorageAccountEncryption = class
interface IJsonModel<StorageAccountEncryption>
interface IPersistableModel<StorageAccountEncryption>
type StorageAccountEncryption = class
Public Class StorageAccountEncryption
Implements IJsonModel(Of StorageAccountEncryption), IPersistableModel(Of StorageAccountEncryption)
Public Class StorageAccountEncryption
- Inheritance
-
StorageAccountEncryption
- Implements
Constructors
StorageAccountEncryption() |
Initializes a new instance of StorageAccountEncryption. |
Properties
EncryptionIdentity |
The identity to be used with service-side encryption at rest. |
KeySource |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. |
KeyVaultProperties |
Properties provided by key vault. |
RequireInfrastructureEncryption |
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. |
Services |
List of services which support encryption. |
Explicit Interface Implementations
IJsonModel<StorageAccountEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageAccountEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageAccountEncryption>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageAccountEncryption>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageAccountEncryption>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET