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. Uses Azure REST API version 2023-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2022-12-01. Other available API versions: 2022-12-01, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native loadtestservice [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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.