CloudExadataInfrastructurePatch Class

Definition

The type used for update operations of the CloudExadataInfrastructure.

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

Constructors

CloudExadataInfrastructurePatch()

Initializes a new instance of CloudExadataInfrastructurePatch.

Properties

Properties

The updatable properties of the CloudExadataInfrastructure.

Tags

Resource tags.

Zones

CloudExadataInfrastructure zones.

Explicit Interface Implementations

IJsonModel<CloudExadataInfrastructurePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudExadataInfrastructurePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudExadataInfrastructurePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudExadataInfrastructurePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudExadataInfrastructurePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to