ManagementResourcePreferences Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |