Share via


AbnormalTimePeriod Class

Definition

Class representing Abnormal Time Period identified in diagnosis

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AbnormalTimePeriodTypeConverter))]
public class AbnormalTimePeriod : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAbnormalTimePeriod
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Api20190801.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.

Applies to