ILiftrBaseOfferDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseOfferDetailsTypeConverter))]
public interface ILiftrBaseOfferDetails : Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseOfferDetailsTypeConverter))>]
type ILiftrBaseOfferDetails = interface
interface IJsonSerializable
Public Interface ILiftrBaseOfferDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |