ILiftrBaseMarketplaceDetails 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.LiftrBaseMarketplaceDetailsTypeConverter))]
public interface ILiftrBaseMarketplaceDetails : Microsoft.Azure.PowerShell.Cmdlets.Astro.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.LiftrBaseMarketplaceDetailsTypeConverter))>]
type ILiftrBaseMarketplaceDetails = interface
interface IJsonSerializable
Public Interface ILiftrBaseMarketplaceDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| OfferDetailOfferId |
Offer Id for the marketplace offer |
| OfferDetailPlanId |
Plan Id for the marketplace offer |
| OfferDetailPlanName |
Plan Name for the marketplace offer |
| OfferDetailPublisherId |
Publisher Id for the marketplace offer |
| OfferDetailTermId |
Plan Display Name for the marketplace offer |
| OfferDetailTermUnit |
Plan Display Name for the marketplace offer |
| SubscriptionId |
Azure subscription id for the the marketplace offer is purchased from |
| SubscriptionStatus |
Marketplace subscription status |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |