Поделиться через


BinaryHardeningResult Class

Definition

binary hardening analysis result resource.

public class BinaryHardeningResult : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningResult>
type BinaryHardeningResult = class
    inherit ResourceData
    interface IJsonModel<BinaryHardeningResult>
    interface IPersistableModel<BinaryHardeningResult>
Public Class BinaryHardeningResult
Inherits ResourceData
Implements IJsonModel(Of BinaryHardeningResult), IPersistableModel(Of BinaryHardeningResult)
Inheritance
BinaryHardeningResult
Implements

Properties

BinaryHardeningId

ID for the binary hardening result.

ExecutableArchitecture

The architecture of the binary being reported on.

ExecutableClass

The executable class to indicate 32 or 64 bit.

FilePath

The path to the binary in the firmware.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The status of the last operation.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Rpath

The rpath property of the uploaded binary, which is a deprecated method of specifying additional paths to load objects at runtime.

Runpath

The runpath property of the uploaded binary, which is a method of specifying additional paths to load objects at runtime.

SecurityHardeningFeatures

The security hardening features of the binary.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BinaryHardeningResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BinaryHardeningResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BinaryHardeningResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BinaryHardeningResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BinaryHardeningResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to