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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET