OracleSubscriptionUpdateProperties Class

Definition

The updatable properties of the OracleSubscription.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.OracleSubscriptionUpdatePropertiesTypeConverter))]
public class OracleSubscriptionUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IOracleSubscriptionUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.OracleSubscriptionUpdatePropertiesTypeConverter))>]
type OracleSubscriptionUpdateProperties = class
    interface IOracleSubscriptionUpdateProperties
    interface IJsonSerializable
Public Class OracleSubscriptionUpdateProperties
Implements IOracleSubscriptionUpdateProperties
Inheritance
OracleSubscriptionUpdateProperties
Attributes
Implements

Constructors

Name Description
OracleSubscriptionUpdateProperties()

Creates an new OracleSubscriptionUpdateProperties instance.

Properties

Name Description
Intent

Intent for the update operation

ProductCode

Product code for the term unit

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OracleSubscriptionUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OracleSubscriptionUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IOracleSubscriptionUpdateProperties.

FromJsonString(String)

Creates a new instance of OracleSubscriptionUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OracleSubscriptionUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to