AbnormalTimePeriod 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.
Class representing Abnormal Time Period identified in diagnosis
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AbnormalTimePeriodTypeConverter))]
public class AbnormalTimePeriod : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAbnormalTimePeriod
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AbnormalTimePeriodTypeConverter))>]
type AbnormalTimePeriod = class
interface IAbnormalTimePeriod
interface IJsonSerializable
Public Class AbnormalTimePeriod
Implements IAbnormalTimePeriod
- Inheritance
-
AbnormalTimePeriod
- Attributes
- Implements
Constructors
AbnormalTimePeriod() |
Creates an new AbnormalTimePeriod instance. |
Properties
EndTime |
End time of the downtime |
Event |
List of Possible Cause of downtime |
Solution |
List of proposed solutions |
StartTime |
Start time of the downtime |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AbnormalTimePeriod. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AbnormalTimePeriod. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAbnormalTimePeriod. |
FromJsonString(String) |
Creates a new instance of AbnormalTimePeriod, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AbnormalTimePeriod into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |