你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestRunResultOperation Constructors

Definition

Overloads

TestRunResultOperation()

Initializes a new instance of the TestRunResultOperation class. This constructor is intended to be used for mocking only.

TestRunResultOperation(String, LoadTestRunClient, Response)

Initializes a new instance of the TestRunResultOperation class which tracks the status of a long-running operation for uploading a file to a test.

TestRunResultOperation()

Source:
TestRunResultOperation.cs
Source:
TestRunResultOperation.cs

Initializes a new instance of the TestRunResultOperation class. This constructor is intended to be used for mocking only.

protected TestRunResultOperation();
Protected Sub New ()

Applies to

TestRunResultOperation(String, LoadTestRunClient, Response)

Source:
TestRunResultOperation.cs
Source:
TestRunResultOperation.cs

Initializes a new instance of the TestRunResultOperation class which tracks the status of a long-running operation for uploading a file to a test.

public TestRunResultOperation(string testRunId, Azure.Developer.LoadTesting.LoadTestRunClient client, Azure.Response initialResponse = default);
new Azure.Developer.LoadTesting.TestRunResultOperation : string * Azure.Developer.LoadTesting.LoadTestRunClient * Azure.Response -> Azure.Developer.LoadTesting.TestRunResultOperation
Public Sub New (testRunId As String, client As LoadTestRunClient, Optional initialResponse As Response = Nothing)

Parameters

testRunId
String

The ID of the test run.

client
LoadTestRunClient

An instance of the Load Test Run Client.

initialResponse
Response

The initial response from the server.

Applies to