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.
public class AbnormalTimePeriod : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AbnormalTimePeriod>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AbnormalTimePeriod>
type AbnormalTimePeriod = class
interface IJsonModel<AbnormalTimePeriod>
interface IPersistableModel<AbnormalTimePeriod>
Public Class AbnormalTimePeriod
Implements IJsonModel(Of AbnormalTimePeriod), IPersistableModel(Of AbnormalTimePeriod)
- Inheritance
-
AbnormalTimePeriod
- Implements
Constructors
AbnormalTimePeriod() |
Initializes a new instance of AbnormalTimePeriod. |
Properties
EndOn |
End time of the downtime. |
Events |
List of Possible Cause of downtime. |
Solutions |
List of proposed solutions. |
StartOn |
Start time of the downtime. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AbnormalTimePeriod>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AbnormalTimePeriod>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AbnormalTimePeriod>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AbnormalTimePeriod>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AbnormalTimePeriod>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET