DbServerPatchingDetails Class

Definition

DbServer Patching Properties

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

Constructors

Name Description
DbServerPatchingDetails()

Creates an new DbServerPatchingDetails instance.

Properties

Name Description
EstimatedPatchDuration

Estimated Patch Duration

PatchingStatus

Patching Status

TimePatchingEnded

Time Patching Ended

TimePatchingStarted

Time Patching Started

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbServerPatchingDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbServerPatchingDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbServerPatchingDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to