SubscriptionRegisteredFeatures Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SubscriptionRegisteredFeatures.
public class SubscriptionRegisteredFeatures : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.SubscriptionRegisteredFeatures>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.SubscriptionRegisteredFeatures>
public class SubscriptionRegisteredFeatures
type SubscriptionRegisteredFeatures = class
interface IJsonModel<SubscriptionRegisteredFeatures>
interface IPersistableModel<SubscriptionRegisteredFeatures>
type SubscriptionRegisteredFeatures = class
Public Class SubscriptionRegisteredFeatures
Implements IJsonModel(Of SubscriptionRegisteredFeatures), IPersistableModel(Of SubscriptionRegisteredFeatures)
Public Class SubscriptionRegisteredFeatures
- Inheritance
-
SubscriptionRegisteredFeatures
- Implements
Properties
| Name | Description |
|---|---|
| Name |
Gets the name. |
| State |
Gets the state. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<SubscriptionRegisteredFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<SubscriptionRegisteredFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<SubscriptionRegisteredFeatures>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<SubscriptionRegisteredFeatures>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<SubscriptionRegisteredFeatures>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |