Package-level declarations

Types

Link copied to clipboard
class LoadTest : KotlinCustomResource
Link copied to clipboard
data class LoadTestArgs(val description: Output<String>? = null, val encryption: Output<LoadTestEncryptionArgs>? = null, val identity: Output<LoadTestIdentityArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LoadTestArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object LoadTestMapper : ResourceMapper<LoadTest>
Link copied to clipboard

Functions

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