get Firmware
Get firmware. Uses Azure REST API version 2024-01-10. Other available API versions: 2023-02-08-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotfirmwaredefense [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Firmware definition
Parameters
argument
null
suspend fun getFirmware(firmwareId: String, resourceGroupName: String, workspaceName: String): GetFirmwareResult
Return
Firmware definition
Parameters
firmware Id
The id of the firmware.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the firmware analysis workspace.
See also
suspend fun getFirmware(argument: suspend GetFirmwarePlainArgsBuilder.() -> Unit): GetFirmwareResult
Return
Firmware definition
Parameters
argument
Builder for com.pulumi.azurenative.iotfirmwaredefense.kotlin.inputs.GetFirmwarePlainArgs.