IOfferDetailsUpdate 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.OfferDetailsUpdateTypeConverter))]
public interface IOfferDetailsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.OfferDetailsUpdateTypeConverter))>]
type IOfferDetailsUpdate = interface
interface IJsonSerializable
Public Interface IOfferDetailsUpdate
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) |