IOfferDetails Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsTypeConverter))]
public interface IOfferDetails : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsTypeConverter))>]
type IOfferDetails = interface
interface IJsonSerializable
Public Interface IOfferDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |