MarketplaceDetails 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.MarketplaceDetailsTypeConverter))]
public class MarketplaceDetails : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IMarketplaceDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.MarketplaceDetailsTypeConverter))>]
type MarketplaceDetails = class
interface IMarketplaceDetails
interface IJsonSerializable
Public Class MarketplaceDetails
Implements IMarketplaceDetails
- Inheritance
-
MarketplaceDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MarketplaceDetails() |
Creates an new MarketplaceDetails instance. |
Properties
| Name | Description |
|---|---|
| MarketplaceSubscriptionId |
Marketplace Subscription Id |
| OfferDetailOfferId |
Id of the product offering. |
| OfferDetailPlanId |
Id of the product offer plan. |
| OfferDetailPlanName |
Name of the product offer plan. |
| OfferDetailPublisherId |
Id of the product publisher. |
| OfferDetailTermId |
Offer plan term id. |
| OfferDetailTermUnit |
Offer plan term unit. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MarketplaceDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MarketplaceDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IMarketplaceDetails. |
| FromJsonString(String) |
Creates a new instance of MarketplaceDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MarketplaceDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |