AstroOfferDetails 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.
Offer details for the marketplace that is selected by the user.
public class AstroOfferDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Astro.Models.AstroOfferDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Astro.Models.AstroOfferDetails>
type AstroOfferDetails = class
interface IJsonModel<AstroOfferDetails>
interface IPersistableModel<AstroOfferDetails>
Public Class AstroOfferDetails
Implements IJsonModel(Of AstroOfferDetails), IPersistableModel(Of AstroOfferDetails)
- Inheritance
-
AstroOfferDetails
- Implements
Constructors
AstroOfferDetails(String, String, String) |
Initializes a new instance of AstroOfferDetails. |
Properties
OfferId |
Offer Id for the marketplace offer. |
PlanId |
Plan Id for the marketplace offer. |
PlanName |
Plan Name for the marketplace offer. |
PublisherId |
Publisher Id for the marketplace offer. |
TermId |
Plan Display Name for the marketplace offer. |
TermUnit |
Plan Display Name for the marketplace offer. |
Explicit Interface Implementations
IJsonModel<AstroOfferDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AstroOfferDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AstroOfferDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AstroOfferDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AstroOfferDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET