net10.0
namespace Azure.Developer.LoadTesting
{
    public static class LoadTestingModelFactory
    {
        public static LoadTestRun LoadTestRun(string testRunId = null, PassFailCriteria passFailCriteria = null, AutoStopCriteria autoStopCriteria = null, IDictionary<string, TestSecret> secrets = null, TestCertificate certificate = null, IDictionary<string, string> environmentVariables = null, IEnumerable<ErrorDetails> errorDetails = null, IReadOnlyDictionary<string, TestRunStatistics> testRunStatistics = null, IReadOnlyDictionary<string, TestRunStatistics> regionalStatistics = null, LoadTestConfiguration loadTestConfiguration = null, TestRunArtifacts testArtifacts = null, PassFailTestResult? testResult = default, int? virtualUsers = default, string displayName = null, string testId = null, string description = null, TestRunStatus? status = default, DateTimeOffset? startDateTime = default, DateTimeOffset? endDateTime = default, DateTimeOffset? executedDateTime = default, Uri portalUri = null, long? duration = default, double? virtualUserHours = default, string subnetId = null, LoadTestKind? kind = default, RequestDataLevel? requestDataLevel = default, bool? debugLogsEnabled = default, bool? publicIpDisabled = default, CreatedByType? createdByType = default, DateTimeOffset? createdDateTime = default, string createdBy = null, DateTimeOffset? lastModifiedDateTime = default, string lastModifiedBy = null);
    }
}
.NET
8.09.010.0
Information specific to net10.0
Assembly

Azure.Developer.LoadTesting , Version=1.2.0.0, PublicKeyToken=92742159e12e44c8

Referencing

Your project needs a package reference to Azure.Developer.LoadTesting.

Package Azure.Developer.LoadTesting (1.2.0-beta.1) net8.0
Preview This API is contained in a prerelease package.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API