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

TestProfileRunResultOperation Constructors

Definition

Overloads

TestProfileRunResultOperation()

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

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

TestProfileRunResultOperation()

Source:
TestProfileRunResultOperation.cs

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

protected TestProfileRunResultOperation();
Protected Sub New ()

Applies to

TestProfileRunResultOperation(String, LoadTestRunClient, Response)

Source:
TestProfileRunResultOperation.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 TestProfileRunResultOperation(string testProfileRunId, Azure.Developer.LoadTesting.LoadTestRunClient client, Azure.Response initialResponse = default);
new Azure.Developer.LoadTesting.TestProfileRunResultOperation : string * Azure.Developer.LoadTesting.LoadTestRunClient * Azure.Response -> Azure.Developer.LoadTesting.TestProfileRunResultOperation
Public Sub New (testProfileRunId As String, client As LoadTestRunClient, Optional initialResponse As Response = Nothing)

Parameters

testProfileRunId
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