Azure.Provisioning.LoadTesting
1.0.0-beta.1
Prefix Reserved
dotnet add package Azure.Provisioning.LoadTesting --version 1.0.0-beta.1
NuGet\Install-Package Azure.Provisioning.LoadTesting -Version 1.0.0-beta.1
<PackageReference Include="Azure.Provisioning.LoadTesting" Version="1.0.0-beta.1" />
<PackageVersion Include="Azure.Provisioning.LoadTesting" Version="1.0.0-beta.1" />
<PackageReference Include="Azure.Provisioning.LoadTesting" />
paket add Azure.Provisioning.LoadTesting --version 1.0.0-beta.1
#r "nuget: Azure.Provisioning.LoadTesting, 1.0.0-beta.1"
#:package Azure.Provisioning.LoadTesting@1.0.0-beta.1
#addin nuget:?package=Azure.Provisioning.LoadTesting&version=1.0.0-beta.1&prerelease
#tool nuget:?package=Azure.Provisioning.LoadTesting&version=1.0.0-beta.1&prerelease
Azure Provisioning LoadTesting client library for .NET
Azure.Provisioning.LoadTesting simplifies declarative resource provisioning for Azure Load Testing in .NET.
Getting started
Install the package
Install the client library for .NET with NuGet:
dotnet add package Azure.Provisioning.LoadTesting --prerelease
Prerequisites
You must have an Azure subscription.
Authenticate the Client
Key concepts
This library allows you to specify your infrastructure in a declarative style using .NET. You can then use azd to deploy your infrastructure to Azure directly without needing to write or maintain Bicep or ARM templates.
Examples
Create a Load Testing resource
This example creates an Azure Load Testing resource with an environment tag.
Infrastructure infra = new();
LoadTestingResource loadTest =
new(nameof(loadTest), LoadTestingResource.ResourceVersions.V2022_12_01)
{
Tags = { ["environment"] = "test" },
};
infra.Add(loadTest);
infra.Add(new ProvisioningOutput("loadTestName", typeof(string)) { Value = loadTest.Name });
infra.Add(new ProvisioningOutput("resourceId", typeof(string)) { Value = loadTest.Id });
Troubleshooting
- File an issue via GitHub Issues.
- Check previous questions or ask new ones on Stack Overflow using Azure and .NET tags.
Next steps
Contributing
For details on contributing to this repository, see the contributing guide.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any questions or comments.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Azure.Core (>= 1.61.0)
- Azure.Provisioning (>= 1.5.0)
-
net10.0
- Azure.Core (>= 1.61.0)
- Azure.Provisioning (>= 1.5.0)
-
net8.0
- Azure.Core (>= 1.61.0)
- Azure.Provisioning (>= 1.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-beta.1 | 60 | 8/17/2026 |