TestProfileRunResultOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
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)
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.