SummaryListResult 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.
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() |