Package-level declarations

Types

Link copied to clipboard
class Firmware : KotlinCustomResource

Firmware definition Uses Azure REST API version 2023-02-08-preview. Other available API versions: 2024-01-10, 2025-04-01-preview.

Link copied to clipboard
data class FirmwareArgs(val description: Output<String>? = null, val fileName: Output<String>? = null, val fileSize: Output<Double>? = null, val firmwareId: Output<String>? = null, val model: Output<String>? = null, val resourceGroupName: Output<String>? = null, val status: Output<Either<String, Status>>? = null, val statusMessages: Output<List<Any>>? = null, val vendor: Output<String>? = null, val version: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<FirmwareArgs>

Firmware definition Uses Azure REST API version 2023-02-08-preview. Other available API versions: 2024-01-10, 2025-04-01-preview.

Link copied to clipboard
Link copied to clipboard
object FirmwareMapper : ResourceMapper<Firmware>
Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

Firmware analysis workspace. Uses Azure REST API version 2023-02-08-preview. Other available API versions: 2024-01-10, 2025-04-01-preview.

Link copied to clipboard
data class WorkspaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Firmware analysis workspace. Uses Azure REST API version 2023-02-08-preview. Other available API versions: 2024-01-10, 2025-04-01-preview.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun firmware(name: String, block: suspend FirmwareResourceBuilder.() -> Unit): Firmware
Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace