次の方法で共有


Status Class

Definition

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)

Deserializes a PSObject into an instance of Status.

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)

Serializes this instance of Status into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to