Get Firmware Result
data class GetFirmwareResult(val azureApiVersion: String, val description: String? = null, val fileName: String? = null, val fileSize: Double? = null, val id: String, val model: String? = null, val name: String, val provisioningState: String, val status: String? = null, val statusMessages: List<StatusMessageResponse>? = null, val systemData: SystemDataResponse, val type: String, val vendor: String? = null, val version: String? = null)
Firmware definition
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, fileName: String? = null, fileSize: Double? = null, id: String, model: String? = null, name: String, provisioningState: String, status: String? = null, statusMessages: List<StatusMessageResponse>? = null, systemData: SystemDataResponse, type: String, vendor: String? = null, version: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
User-specified description of the firmware.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
A list of errors or other messages generated during firmware analysis
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.