IEstimatedPatchingTime Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))]
public interface IEstimatedPatchingTime : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))>]
type IEstimatedPatchingTime = interface
interface IJsonSerializable
Public Interface IEstimatedPatchingTime
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |