Share via


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

Properties

body
headers
status

Inherited Properties

request

The request that generated this response.

Property Details

body

body: ErrorResponseBodyOutput

Property Value

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