Udostępnij przez


SummaryResourceListResult Class

Definition

The response of a SummaryResource list operation.

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

Constructors

Name Description
SummaryResourceListResult()

Creates an new SummaryResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The SummaryResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SummaryResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SummaryResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SummaryResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to