OfferDetailsUpdate 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.
Details of the product offering
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsUpdateTypeConverter))]
public class OfferDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IOfferDetailsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsUpdateTypeConverter))>]
type OfferDetailsUpdate = class
interface IOfferDetailsUpdate
interface IJsonSerializable
Public Class OfferDetailsUpdate
Implements IOfferDetailsUpdate
- Inheritance
-
OfferDetailsUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OfferDetailsUpdate() |
Creates an new OfferDetailsUpdate instance. |
Properties
| Name | Description |
|---|---|
| OfferId |
Id of the product offering. |
| PlanId |
Id of the product offer plan. |
| PlanName |
Name of the product offer plan. |
| PublisherId |
Id of the product publisher. |
| TermId |
Offer plan term id. |
| TermUnit |
Offer plan term unit. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OfferDetailsUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OfferDetailsUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IOfferDetailsUpdate. |
| FromJsonString(String) |
Creates a new instance of OfferDetailsUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OfferDetailsUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |