AnalysisResult Class

Definition

The response body for an analysis request. Contains the status of the analysis and any errors.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AnalysisResultTypeConverter))]
public class AnalysisResult : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.AnalysisResultTypeConverter))>]
type AnalysisResult = class
    interface IAnalysisResult
    interface IJsonSerializable
Public Class AnalysisResult
Implements IAnalysisResult
Inheritance
AnalysisResult
Attributes
Implements

Constructors

AnalysisResult()

Creates an new AnalysisResult instance.

Properties

DataError
Status

The status of the analysis.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnalysisResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnalysisResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisResult.

FromJsonString(String)

Creates a new instance of AnalysisResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnalysisResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to