Compartir a través de


EstimatedPatchingTime Class

Definition

The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).

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

Properties

EstimatedDbServerPatchingTime

The estimated time required in minutes for database server patching. Serialized Name: EstimatedPatchingTime.estimatedDbServerPatchingTime

EstimatedDBServerPatchingTime

The estimated time required in minutes for database server patching.

EstimatedNetworkSwitchesPatchingTime

The estimated time required in minutes for network switch patching.

EstimatedStorageServerPatchingTime

The estimated time required in minutes for storage server patching.

TotalEstimatedPatchingTime

The estimated total time required in minutes for all patching operations.

Explicit Interface Implementations

IJsonModel<EstimatedPatchingTime>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EstimatedPatchingTime>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EstimatedPatchingTime>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EstimatedPatchingTime>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EstimatedPatchingTime>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to