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