SummaryListResult Class

Definition

List of analysis summaries.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.SummaryListResultTypeConverter))]
public class SummaryListResult : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.SummaryListResultTypeConverter))>]
type SummaryListResult = class
    interface ISummaryListResult
    interface IJsonSerializable
Public Class SummaryListResult
Implements ISummaryListResult
Inheritance
SummaryListResult
Attributes
Implements

Constructors

SummaryListResult()

Creates an new SummaryListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of summaries.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SummaryListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SummaryListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SummaryListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to