Udostępnij przez


BinaryHardeningResourceListResult Class

Definition

The response of a BinaryHardeningResource list operation.

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

Constructors

Name Description
BinaryHardeningResourceListResult()

Creates an new BinaryHardeningResourceListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The BinaryHardeningResource items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BinaryHardeningResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BinaryHardeningResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BinaryHardeningResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to