TestUploadFileDefaultResponse interface
Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.
- Extends
Inherited Properties
| request | The request that generated this response. |
Property Details
body
headers
headers: RawHttpHeaders & TestUploadFileDefaultHeaders
Property Value
status
status: string
Property Value
string
Inherited Property Details
request
The request that generated this response.
request: PipelineRequest
Property Value
Inherited From HttpResponse.request