Class: MsRestAzure::AzureOperationResponse

Inherits:
MsRest::HttpOperationResponse
  • Object
show all
Defined in:
lib/ms_rest_azure/azure_operation_response.rb

Overview

Class which represents the data received and deserialized from Azure service.

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

Returns identificator of the request.

Returns:

  • (String)

    identificator of the request.



12
13
14
# File 'lib/ms_rest_azure/azure_operation_response.rb', line 12

def request_id
  @request_id
end