Encryption 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter))]
public class Encryption : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionTypeConverter))>]
type Encryption = class
interface IEncryption
interface IJsonSerializable
Public Class Encryption
Implements IEncryption
- Inheritance
-
Encryption
- Attributes
- Implements
Constructors
Encryption() |
Creates an new Encryption instance. |
Properties
BlobEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
BlobLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
FileEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
FileLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
KeySource |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault |
KeyVaultPropertyKeyName |
The name of KeyVault key. |
KeyVaultPropertyKeyVaultUri |
The Uri of KeyVault. |
KeyVaultPropertyKeyVersion |
The version of KeyVault key. |
QueueEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
QueueLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
TableEnabled |
A boolean indicating whether or not the service encrypts the data as it is stored. |
TableLastEnabledTime |
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Encryption. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Encryption. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryption. |
FromJsonString(String) |
Creates a new instance of Encryption, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Encryption into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |