Sdílet prostřednictvím


ConfigurationsContent Class

Definition

Configuration request object.

public class ConfigurationsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.ConfigurationsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.ConfigurationsContent>
public class ConfigurationsContent
type ConfigurationsContent = class
    interface IJsonModel<ConfigurationsContent>
    interface IPersistableModel<ConfigurationsContent>
type ConfigurationsContent = class
Public Class ConfigurationsContent
Implements IJsonModel(Of ConfigurationsContent), IPersistableModel(Of ConfigurationsContent)
Public Class ConfigurationsContent
Inheritance
ConfigurationsContent
Implements

Constructors

ConfigurationsContent(IEnumerable<ConfigurationFilters>)

Initializes a new instance of ConfigurationsContent.

Properties

ConfigurationFilters

Holds details about product hierarchy information and filterable property.

CustomerSubscriptionDetails

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConfigurationsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConfigurationsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigurationsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigurationsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConfigurationsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to