FirmwareAnalysisStatus Struct
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.
The status of a firmware analysis job.
public readonly struct FirmwareAnalysisStatus : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisStatus>
type FirmwareAnalysisStatus = struct
Public Structure FirmwareAnalysisStatus
Implements IEquatable(Of FirmwareAnalysisStatus)
- Inheritance
-
FirmwareAnalysisStatus
- Implements
Constructors
| Name | Description |
|---|---|
| FirmwareAnalysisStatus(String) |
Initializes a new instance of FirmwareAnalysisStatus. |
Properties
| Name | Description |
|---|---|
| Analyzing |
Analysis is being run on the firmware. |
| Error |
An error occurred while running firmware analysis. |
| Extracting |
The firmware is currently being extracted. |
| Pending |
The analysis job is queued. |
| Ready |
Analysis job results are ready. |
Methods
| Name | Description |
|---|---|
| Equals(FirmwareAnalysisStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(FirmwareAnalysisStatus, FirmwareAnalysisStatus) |
Determines if two FirmwareAnalysisStatus values are the same. |
| Implicit(String to FirmwareAnalysisStatus) |
Converts a String to a FirmwareAnalysisStatus. |
| Inequality(FirmwareAnalysisStatus, FirmwareAnalysisStatus) |
Determines if two FirmwareAnalysisStatus values are not the same. |