Language

Preferences Class

Definition

Preferences related to the order

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

Constructors

Name Description
Preferences()

Creates an new Preferences instance.

Properties

Name Description
EncryptionPreference

Preferences related to the Encryption.

ManagementResourcePreference

Preferences related to the Management resource.

NotificationPreference

Notification preferences.

TransportPreference

Preferences related to the shipment logistics of the order.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Preferences.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Preferences.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Preferences into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to