CreateOrReplaceEnvironmentDefaultResponse interface

Extends

Properties

body

Parsed body

headers

The HTTP response headers.

status

The HTTP status code of the response.

Inherited Properties

request

The request that generated this response.

Property Details

body

Parsed body

body: ErrorResponse

Property Value

headers

The HTTP response headers.

headers: RawHttpHeaders & CreateOrReplaceEnvironmentDefaultHeaders

Property Value

status

The HTTP status code of the response.

status: string

Property Value

string

Inherited Property Details

request

The request that generated this response.

request: PipelineRequest

Property Value

Inherited From HttpResponse.request