Package-level declarations

Types

Link copied to clipboard
class Console : KotlinCustomResource

Cloud shell console Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
data class ConsoleArgs(val consoleName: Output<String>? = null, val properties: Output<ConsoleCreatePropertiesArgs>? = null) : ConvertibleToJava<ConsoleArgs>

Cloud shell console Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
Link copied to clipboard
object ConsoleMapper : ResourceMapper<Console>
Link copied to clipboard
Link copied to clipboard
class ConsoleWithLocation : KotlinCustomResource

Cloud shell console Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
data class ConsoleWithLocationArgs(val consoleName: Output<String>? = null, val location: Output<String>? = null) : ConvertibleToJava<ConsoleWithLocationArgs>

Cloud shell console Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
Link copied to clipboard
class Dashboard : KotlinCustomResource

The shared dashboard resource definition. Uses Azure REST API version 2020-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-09-01-preview. Other available API versions: 2019-01-01-preview, 2022-12-01-preview, 2025-04-01-preview.

Link copied to clipboard
data class DashboardArgs(val dashboardName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<DashboardPropertiesWithProvisioningStateArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DashboardArgs>

The shared dashboard resource definition. Uses Azure REST API version 2020-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-09-01-preview. Other available API versions: 2019-01-01-preview, 2022-12-01-preview, 2025-04-01-preview.

Link copied to clipboard
Link copied to clipboard
object DashboardMapper : ResourceMapper<Dashboard>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TenantConfiguration : KotlinCustomResource

The tenant configuration resource definition. Uses Azure REST API version 2020-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-09-01-preview. Other available API versions: 2022-12-01-preview, 2025-04-01-preview.

Link copied to clipboard
data class TenantConfigurationArgs(val configurationName: Output<String>? = null, val properties: Output<ConfigurationPropertiesArgs>? = null) : ConvertibleToJava<TenantConfigurationArgs>

The tenant configuration resource definition. Uses Azure REST API version 2020-09-01-preview. In version 1.x of the Azure Native provider, it used API version 2020-09-01-preview. Other available API versions: 2022-12-01-preview, 2025-04-01-preview.

Link copied to clipboard
Link copied to clipboard
class UserSettings : KotlinCustomResource

Response to get user settings Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
data class UserSettingsArgs(val properties: Output<UserPropertiesArgs>? = null, val userSettingsName: Output<String>? = null) : ConvertibleToJava<UserSettingsArgs>

Response to get user settings Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
Link copied to clipboard
object UserSettingsMapper : ResourceMapper<UserSettings>
Link copied to clipboard
Link copied to clipboard
class UserSettingsWithLocation : KotlinCustomResource

Response to get user settings Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Link copied to clipboard
data class UserSettingsWithLocationArgs(val location: Output<String>? = null, val properties: Output<UserPropertiesArgs>? = null, val userSettingsName: Output<String>? = null) : ConvertibleToJava<UserSettingsWithLocationArgs>

Response to get user settings Uses Azure REST API version 2018-10-01. In version 1.x of the Azure Native provider, it used API version 2018-10-01.

Functions

Link copied to clipboard
fun console(name: String): Console
suspend fun console(name: String, block: suspend ConsoleResourceBuilder.() -> Unit): Console
Link copied to clipboard
suspend fun dashboard(name: String, block: suspend DashboardResourceBuilder.() -> Unit): Dashboard
Link copied to clipboard