IEncryptionServices Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter))]
public interface IEncryptionServices : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter))>]
type IEncryptionServices = interface
interface IJsonSerializable
Public Interface IEncryptionServices
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |