AnalysisResultData Class

Definition

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

Constructors

AnalysisResultData()

Creates an new AnalysisResultData instance.

Properties

Error

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AnalysisResultData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AnalysisResultData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AnalysisResultData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to