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