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