DeleteSecretOperation.GetRawResponse Method

Definition

The last HTTP response received from the server.

public override Azure.Response GetRawResponse ();
override this.GetRawResponse : unit -> Azure.Response
Public Overrides 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