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() |
FileUploadOperation. |
TestRunResultOperation(String, LoadTestRunClient, Response) |
FileUploadOperation. |
TestRunResultOperation()
- Source:
- TestRunResultOperation.cs
FileUploadOperation.
protected TestRunResultOperation ();
Protected Sub New ()
Applies to
TestRunResultOperation(String, LoadTestRunClient, Response)
- Source:
- TestRunResultOperation.cs
FileUploadOperation.
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
- client
- LoadTestRunClient
- initialResponse
- Response
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET