Share via


SbomComponentListResult Class

Definition

List of SBOM results.

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

Constructors

SbomComponentListResult()

Creates an new SbomComponentListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of SBOM components.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbomComponentListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbomComponentListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbomComponentListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to