FileUploadResultOperation 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
FileUploadResultOperation() |
FileUploadOperation. |
FileUploadResultOperation(String, String, LoadTestAdministrationClient, Response) |
FileUploadOperation. |
FileUploadResultOperation()
- Source:
- FileUploadResultOperation.cs
FileUploadOperation.
protected FileUploadResultOperation ();
Protected Sub New ()
Applies to
FileUploadResultOperation(String, String, LoadTestAdministrationClient, Response)
- Source:
- FileUploadResultOperation.cs
FileUploadOperation.
public FileUploadResultOperation (string testId, string fileName, Azure.Developer.LoadTesting.LoadTestAdministrationClient client, Azure.Response initialResponse = default);
new Azure.Developer.LoadTesting.FileUploadResultOperation : string * string * Azure.Developer.LoadTesting.LoadTestAdministrationClient * Azure.Response -> Azure.Developer.LoadTesting.FileUploadResultOperation
Public Sub New (testId As String, fileName As String, client As LoadTestAdministrationClient, Optional initialResponse As Response = Nothing)
Parameters
- testId
- String
- fileName
- String
- client
- LoadTestAdministrationClient
- initialResponse
- Response
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET