GetFirmwareResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

User-specified description of the firmware.

Link copied to clipboard
val fileName: String? = null

File name for a firmware that user uploaded.

Link copied to clipboard
val fileSize: Double? = null

File size of the uploaded firmware image.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val model: String? = null

Firmware model.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard
val status: String? = null

The status of firmware scan.

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.

Link copied to clipboard

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

Link copied to clipboard
val vendor: String? = null

Firmware vendor.

Link copied to clipboard
val version: String? = null

Firmware version.