CustomerSubscriptionDetails 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.
Holds Customer subscription details. Clients can display available products to unregistered customers by explicitly passing subscription details.
public class CustomerSubscriptionDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.CustomerSubscriptionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.CustomerSubscriptionDetails>
public class CustomerSubscriptionDetails
type CustomerSubscriptionDetails = class
interface IJsonModel<CustomerSubscriptionDetails>
interface IPersistableModel<CustomerSubscriptionDetails>
type CustomerSubscriptionDetails = class
Public Class CustomerSubscriptionDetails
Implements IJsonModel(Of CustomerSubscriptionDetails), IPersistableModel(Of CustomerSubscriptionDetails)
Public Class CustomerSubscriptionDetails
- Inheritance
-
CustomerSubscriptionDetails
- Implements
Constructors
CustomerSubscriptionDetails(String) |
Initializes a new instance of CustomerSubscriptionDetails. |
Properties
LocationPlacementId |
Location placement Id of a subscription. |
QuotaId |
Quota ID of a subscription. |
RegisteredFeatures |
List of registered feature flags for subscription. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CustomerSubscriptionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomerSubscriptionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomerSubscriptionDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomerSubscriptionDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomerSubscriptionDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET