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