TestRunResultOperation Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TestRunResultOperation() |
FileUploadOperation. |
TestRunResultOperation(String, LoadTestRunClient, Response) |
FileUploadOperation. |
TestRunResultOperation()
- Origem:
- TestRunResultOperation.cs
FileUploadOperation.
protected TestRunResultOperation ();
Protected Sub New ()
Aplica-se a
TestRunResultOperation(String, LoadTestRunClient, Response)
- Origem:
- 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)
Parâmetros
- testRunId
- String
- client
- LoadTestRunClient
- initialResponse
- Response
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET