Package-level declarations
Types
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
class LoadTestArgsBuilder
Builder for LoadTestArgs.
Link copied to clipboard
Link copied to clipboard
class LoadTestResourceBuilder
Builder for LoadTest.
Link copied to clipboard
object LoadtestserviceFunctions