Language

Configuration Class

Definition

Configuration object.

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

Constructors

Name Description
Configuration()

Creates an new Configuration instance.

Properties

Name Description
AvailabilityInformationAvailabilityStage

Current availability stage of the product. Availability stage

AvailabilityInformationDisabledReason

Reason why the product is disabled.

AvailabilityInformationDisabledReasonMessage

Message for why the product is disabled.

CostInformationBillingInfoUrl

Default url to display billing information

CostInformationBillingMeterDetail

Details on the various billing aspects for the product system.

DescriptionAttribute

Attributes for the product system.

DescriptionKeyword

Keywords for the product system.

DescriptionLink

Links for the product system.

DescriptionLongDescription

Long description of the product system.

DescriptionShortDescription

Short description of the product system.

DescriptionType

Type of description.

DimensionDepth

Depth of the device.

DimensionHeight

Height of the device.

DimensionLength

Length of the device.

DimensionLengthHeightUnit

Unit for the dimensions of length, height and width.

DimensionWeight

Weight of the device.

DimensionWeightUnit

Unit for the dimensions of weight.

DimensionWidth

Width of the device.

DisplayName

Display Name for the product system.

FilterableProperty

list of filters supported for a product

HierarchyInformation

Hierarchy information of a product.

ImageInformation

Image information for the product system.

Specification

Specifications of the configuration

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Configuration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Configuration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Configuration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to