Udostępnij przez


SbomComponentResourceListResult Class

Definition

The response of a SbomComponentResource list operation.

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

Constructors

Name Description
SbomComponentResourceListResult()

Creates an new SbomComponentResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The SbomComponentResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbomComponentResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbomComponentResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbomComponentResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to