Load Test Args
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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:loadtestservice:LoadTest myLoadTest /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/loadTests/{loadTestName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun LoadTestArgs(description: Output<String>? = null, encryption: Output<EncryptionPropertiesArgs>? = null, identity: Output<ManagedServiceIdentityArgs>? = null, loadTestName: Output<String>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)