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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET