GetInsightsError 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.
GetInsights Query Errors.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.GetInsightsErrorTypeConverter))]
public class GetInsightsError : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.GetInsightsErrorTypeConverter))>]
type GetInsightsError = class
interface IGetInsightsError
interface IJsonSerializable
Public Class GetInsightsError
Implements IGetInsightsError
- Inheritance
-
GetInsightsError
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GetInsightsError() |
Creates an new GetInsightsError instance. |
Properties
| Name | Description |
|---|---|
| ErrorMessage |
the error message |
| Kind |
the query kind |
| QueryId |
the query id |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetInsightsError. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetInsightsError. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IGetInsightsError. |
| FromJsonString(String) |
Creates a new instance of GetInsightsError, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetInsightsError into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |