Compartir a través de


EncryptionServices Class

Definition

A list of services that support encryption.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter))]
public class EncryptionServices : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.EncryptionServicesTypeConverter))>]
type EncryptionServices = class
    interface IEncryptionServices
    interface IJsonSerializable
Public Class EncryptionServices
Implements IEncryptionServices
Inheritance
EncryptionServices
Attributes
Implements

Constructors

EncryptionServices()

Creates an new EncryptionServices 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.

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 EncryptionServices.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionServices.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IEncryptionServices.

FromJsonString(String)

Creates a new instance of EncryptionServices, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionServices into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to