Status 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.
Identify the status of the most severe insight generated by the detector.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StatusTypeConverter))]
public class Status : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StatusTypeConverter))>]
type Status = class
interface IStatus
interface IJsonSerializable
Public Class Status
Implements IStatus
- Inheritance
-
Status
- Attributes
- Implements
Constructors
Status() |
Creates an new Status instance. |
Properties
Id |
Level of the most severe insight generated by the detector. |
Message |
Descriptive message. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Status. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStatus. |
FromJsonString(String) |
Creates a new instance of Status, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |