Package-level declarations

Types

Link copied to clipboard
class LoadTest : KotlinCustomResource

LoadTest details Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-12-01-preview. Other available API versions: 2021-12-01-preview.

Link copied to clipboard
data class LoadTestArgs(val description: Output<String>? = null, val encryption: Output<EncryptionPropertiesArgs>? = null, val identity: Output<ManagedServiceIdentityArgs>? = null, val loadTestName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LoadTestArgs>

LoadTest details Azure REST API version: 2022-12-01. Prior API version in Azure Native 1.x: 2021-12-01-preview. Other available API versions: 2021-12-01-preview.

Link copied to clipboard
Link copied to clipboard
object LoadTestMapper : ResourceMapper<LoadTest>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun loadTest(name: String, block: suspend LoadTestResourceBuilder.() -> Unit): LoadTest