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