你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationsRequest Class

Definition

Configuration request object.

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

Constructors

ConfigurationsRequest()

Creates an new ConfigurationsRequest instance.

Properties

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

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.Api20211201.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.

Applies to