Udostępnij przez


EstimatedPatchingTime Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))]
public class EstimatedPatchingTime : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IEstimatedPatchingTime
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))>]
type EstimatedPatchingTime = class
    interface IEstimatedPatchingTime
    interface IJsonSerializable
Public Class EstimatedPatchingTime
Implements IEstimatedPatchingTime
Inheritance
EstimatedPatchingTime
Attributes
Implements

Constructors

Name Description
EstimatedPatchingTime()

Creates an new EstimatedPatchingTime instance.

Properties

Name Description
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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EstimatedPatchingTime.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EstimatedPatchingTime.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IEstimatedPatchingTime.

FromJsonString(String)

Creates a new instance of EstimatedPatchingTime, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EstimatedPatchingTime into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to