LiftrBaseOfferDetails 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseOfferDetailsTypeConverter))]
public class LiftrBaseOfferDetails : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseOfferDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseOfferDetailsTypeConverter))>]
type LiftrBaseOfferDetails = class
interface ILiftrBaseOfferDetails
interface IJsonSerializable
Public Class LiftrBaseOfferDetails
Implements ILiftrBaseOfferDetails
- Inheritance
-
LiftrBaseOfferDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LiftrBaseOfferDetails() |
Creates an new LiftrBaseOfferDetails instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LiftrBaseOfferDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LiftrBaseOfferDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.ILiftrBaseOfferDetails. |
| FromJsonString(String) |
Creates a new instance of LiftrBaseOfferDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LiftrBaseOfferDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |