WeightsAndBiasesOfferDetails 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 WeightsAndBiasesOfferDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WeightsAndBiases.Models.WeightsAndBiasesOfferDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WeightsAndBiases.Models.WeightsAndBiasesOfferDetails>
type WeightsAndBiasesOfferDetails = class
interface IJsonModel<WeightsAndBiasesOfferDetails>
interface IPersistableModel<WeightsAndBiasesOfferDetails>
Public Class WeightsAndBiasesOfferDetails
Implements IJsonModel(Of WeightsAndBiasesOfferDetails), IPersistableModel(Of WeightsAndBiasesOfferDetails)
- Inheritance
-
WeightsAndBiasesOfferDetails
- Implements
Constructors
WeightsAndBiasesOfferDetails(String, String, String) |
Initializes a new instance of WeightsAndBiasesOfferDetails. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<WeightsAndBiasesOfferDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WeightsAndBiasesOfferDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WeightsAndBiasesOfferDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WeightsAndBiasesOfferDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WeightsAndBiasesOfferDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |