Operation.GetRawResponse Method

Definition

The last HTTP response received from the server.

public abstract Azure.Response GetRawResponse ();
abstract member GetRawResponse : unit -> Azure.Response
Public MustOverride Function GetRawResponse () As Response

Returns

Remarks

The last response returned from the server during the lifecycle of this instance. An instance of Operation<T> sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods. Responses from these requests can be accessed using GetRawResponse.

Applies to