TestRunResultOperation 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
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.