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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET