Partilhar via


CustomerSubscriptionRegisteredFeatures Class

Definition

Represents subscription registered features.

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

Constructors

Name Description
CustomerSubscriptionRegisteredFeatures()

Initializes a new instance of CustomerSubscriptionRegisteredFeatures.

Properties

Name Description
Name

Name of subscription registered feature.

State

State of subscription registered feature.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CustomerSubscriptionRegisteredFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomerSubscriptionRegisteredFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomerSubscriptionRegisteredFeatures>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomerSubscriptionRegisteredFeatures>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomerSubscriptionRegisteredFeatures>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to