Language

Configurations Class

Definition

The list of configurations.

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

Constructors

Name Description
Configurations()

Creates an new Configurations instance.

Properties

Name Description
NextLink

Link for the next set of configurations.

Value

List of configurations.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Configurations.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Configurations.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Configurations into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to