Share via


OracleDBSystemPatch Class

Definition

The type used for update operations of the DbSystem.

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

Constructors

OracleDBSystemPatch()

Initializes a new instance of OracleDBSystemPatch.

Properties

DbSystemUpdateSource

The source of the database for creating a new database.

Tags

Resource tags.

Zones

The availability zones.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OracleDBSystemPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OracleDBSystemPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleDBSystemPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleDBSystemPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OracleDBSystemPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to