TestUploadFile201Response 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
| headers | The HTTP response headers. |
| request | The request that generated this response. |
Property Details
body
status
status: "201"
Property Value
"201"
Inherited Property Details
headers
The HTTP response headers.
headers: RawHttpHeaders
Property Value
Inherited From HttpResponse.headers
request
The request that generated this response.
request: PipelineRequest
Property Value
Inherited From HttpResponse.request