Share via


AutonomousDatabasePatch Class

Definition

The type used for update operations of the AutonomousDatabase.

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

Constructors

AutonomousDatabasePatch()

Initializes a new instance of AutonomousDatabasePatch.

Properties

Properties

The updatable properties of the AutonomousDatabase.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<AutonomousDatabasePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutonomousDatabasePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutonomousDatabasePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutonomousDatabasePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutonomousDatabasePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to