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
constructor(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)
Properties
Link copied to clipboard
Description of the resource.
Link copied to clipboard
CMK Encryption property.
Link copied to clipboard
The managed service identities assigned to this resource.
Link copied to clipboard
Load Test name
Link copied to clipboard
The name of the resource group. The name is case insensitive.