Language

EncryptionPreferences Class

Definition

Preferences related to the double encryption

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.EncryptionPreferencesTypeConverter))]
public class EncryptionPreferences : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEncryptionPreferences
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.EncryptionPreferencesTypeConverter))>]
type EncryptionPreferences = class
    interface IEncryptionPreferences
    interface IJsonSerializable
Public Class EncryptionPreferences
Implements IEncryptionPreferences
Inheritance
EncryptionPreferences
Attributes
Implements

Constructors

Name Description
EncryptionPreferences()

Creates an new EncryptionPreferences instance.

Properties

Name Description
DoubleEncryptionStatus

Double encryption status as entered by the customer. It is compulsory to give this parameter if the 'Deny' or 'Disabled' policy is configured.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionPreferences.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionPreferences.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IEncryptionPreferences.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionPreferences into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to