Share via


BinaryHardeningListResult Class

Definition

List of binary hardening results.

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

Constructors

BinaryHardeningListResult()

Creates an new BinaryHardeningListResult instance.

Properties

NextLink

The uri to fetch the next page of resources.

Value

The list of binary hardening results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BinaryHardeningListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BinaryHardeningListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BinaryHardeningListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to