OracleSubscriptionUpdateProperties Class

Definition

The updatable properties of the OracleSubscription.

public class OracleSubscriptionUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.OracleSubscriptionUpdateProperties>
type OracleSubscriptionUpdateProperties = class
    interface IJsonModel<OracleSubscriptionUpdateProperties>
    interface IPersistableModel<OracleSubscriptionUpdateProperties>
Public Class OracleSubscriptionUpdateProperties
Implements IJsonModel(Of OracleSubscriptionUpdateProperties), IPersistableModel(Of OracleSubscriptionUpdateProperties)
Inheritance
OracleSubscriptionUpdateProperties
Implements

Constructors

OracleSubscriptionUpdateProperties()

Initializes a new instance of OracleSubscriptionUpdateProperties.

Properties

Intent

Intent for the update operation.

ProductCode

Product code for the term unit.

Explicit Interface Implementations

IJsonModel<OracleSubscriptionUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OracleSubscriptionUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleSubscriptionUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleSubscriptionUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OracleSubscriptionUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to