Package-level declarations

Types

Link copied to clipboard
class LoadTest : KotlinCustomResource

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.

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. 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.

Link copied to clipboard
Link copied to clipboard
object LoadTestMapper : ResourceMapper<LoadTest>
Link copied to clipboard
class LoadTestMapping : KotlinCustomResource

LoadTest mapping resource details Uses Azure REST API version 2023-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-12-01-preview. Other available API versions: 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.

Link copied to clipboard
data class LoadTestMappingArgs(val azureLoadTestingResourceId: Output<String>? = null, val loadTestMappingName: Output<String>? = null, val resourceUri: Output<String>? = null, val sourceResourceId: Output<String>? = null, val testId: Output<String>? = null) : ConvertibleToJava<LoadTestMappingArgs>

LoadTest mapping resource details Uses Azure REST API version 2023-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-12-01-preview. Other available API versions: 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.

Link copied to clipboard
object LoadTestMappingMapper : ResourceMapper<LoadTestMapping>
Link copied to clipboard
class LoadTestProfileMapping : KotlinCustomResource

LoadTest profile mapping resource details Uses Azure REST API version 2023-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-12-01-preview. Other available API versions: 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.

Link copied to clipboard
data class LoadTestProfileMappingArgs(val azureLoadTestingResourceId: Output<String>? = null, val loadTestProfileMappingName: Output<String>? = null, val resourceUri: Output<String>? = null, val sourceResourceId: Output<String>? = null, val testProfileId: Output<String>? = null) : ConvertibleToJava<LoadTestProfileMappingArgs>

LoadTest profile mapping resource details Uses Azure REST API version 2023-12-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-12-01-preview. Other available API versions: 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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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