ArmIotFirmwareDefenseModelFactory.BinaryHardeningResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BinaryHardeningResult.
public static Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningResult BinaryHardeningResult(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string binaryHardeningId = default, Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningFeatures securityHardeningFeatures = default, string executableArchitecture = default, string filePath = default, Azure.ResourceManager.IotFirmwareDefense.Models.ExecutableClass? executableClass = default, string runpath = default, string rpath = default, Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareProvisioningState? provisioningState = default);
static member BinaryHardeningResult : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningFeatures * string * string * Nullable<Azure.ResourceManager.IotFirmwareDefense.Models.ExecutableClass> * string * string * Nullable<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareProvisioningState> -> Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningResult
Public Shared Function BinaryHardeningResult (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional binaryHardeningId As String = Nothing, Optional securityHardeningFeatures As BinaryHardeningFeatures = Nothing, Optional executableArchitecture As String = Nothing, Optional filePath As String = Nothing, Optional executableClass As Nullable(Of ExecutableClass) = Nothing, Optional runpath As String = Nothing, Optional rpath As String = Nothing, Optional provisioningState As Nullable(Of FirmwareProvisioningState) = Nothing) As BinaryHardeningResult
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- binaryHardeningId
- String
ID for the binary hardening result.
- securityHardeningFeatures
- BinaryHardeningFeatures
The security hardening features of the binary.
- executableArchitecture
- String
The architecture of the binary being reported on.
- filePath
- String
The path to the binary in the firmware.
- executableClass
- Nullable<ExecutableClass>
The executable class to indicate 32 or 64 bit.
- runpath
- String
The runpath property of the uploaded binary, which is a method of specifying additional paths to load objects at runtime.
- rpath
- String
The rpath property of the uploaded binary, which is a deprecated method of specifying additional paths to load objects at runtime.
- provisioningState
- Nullable<FirmwareProvisioningState>
The status of the last operation.
Returns
A new BinaryHardeningResult instance for mocking.