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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET