FirmwarePatch Class
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.
Firmware definition.
public class FirmwarePatch
type FirmwarePatch = class
Public Class FirmwarePatch
- Inheritance
-
FirmwarePatch
Constructors
FirmwarePatch() |
Initializes a new instance of FirmwarePatch. |
Properties
Description |
User-specified description of the firmware. |
FileName |
File name for a firmware that user uploaded. |
FileSize |
File size of the uploaded firmware image. |
Model |
Firmware model. |
ProvisioningState |
Provisioning state of the resource. |
Status |
The status of firmware scan. |
StatusMessages |
A list of errors or other messages generated during firmware analysis To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Vendor |
Firmware vendor. |
Version |
Firmware version. |
Applies to
Azure SDK for .NET