IOracleSubscriptionUpdate 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.Oracle.Models.OracleSubscriptionUpdateTypeConverter))]
public interface IOracleSubscriptionUpdate : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.OracleSubscriptionUpdateTypeConverter))>]
type IOracleSubscriptionUpdate = interface
interface IJsonSerializable
Public Interface IOracleSubscriptionUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Intent |
Intent for the update operation |
| PlanName |
A user defined name of the 3rd Party Artifact that is being procured. |
| PlanProduct |
The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. |
| PlanPromotionCode |
A publisher provided promotion code as provisioned in Data Market for the said product/artifact. |
| PlanPublisher |
The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic |
| PlanVersion |
The version of the desired product/artifact. |
| ProductCode |
Product code for the term unit |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |