DbServerPatchingDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |