Language

ConfigurationsRequest Class

Definition

Configuration request object.

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

Constructors

Name Description
ConfigurationsRequest()

Creates an new ConfigurationsRequest instance.

Properties

Name Description
ConfigurationFilter

Holds details about product hierarchy information and filterable property.

CustomerSubscriptionDetail

Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationsRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationsRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationsRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to