Compartir a través de


IEncryptionService Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter))]
public interface IEncryptionService : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServiceTypeConverter))>]
type IEncryptionService = interface
    interface IJsonSerializable
Public Interface IEncryptionService
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

A boolean indicating whether or not the service encrypts the data as it is stored.

LastEnabledTime

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)

Applies to