Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class LabelByWorkspace : KotlinCustomResource

Label details Uses Azure REST API version 2023-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview.

Link copied to clipboard
data class LabelByWorkspaceArgs(val color: Output<String>? = null, val displayName: Output<String>? = null, val labelName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<LabelByWorkspaceArgs>

Label details Uses Azure REST API version 2023-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview.

Link copied to clipboard
object LabelByWorkspaceMapper : ResourceMapper<LabelByWorkspace>
Link copied to clipboard
class Workspace : KotlinCustomResource

Workspace details. Uses Azure REST API version 2023-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-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>

Workspace details. Uses Azure REST API version 2023-04-01-preview. In version 1.x of the Azure Native provider, it used API version 2022-04-01-preview.

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

Functions

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