Language

ManagementResourcePreferences Class

Definition

Management resource preference to link device

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

Constructors

Name Description
ManagementResourcePreferences()

Creates an new ManagementResourcePreferences instance.

Properties

Name Description
PreferredManagementResourceId

Customer preferred Management resource ARM ID

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagementResourcePreferences.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagementResourcePreferences.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagementResourcePreferences into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to