Method: Azure::DeploymentManager::Mgmt::V2018_09_01_preview::Operations#get_with_http_info

Defined in:
lib/2018-09-01-preview/generated/azure_mgmt_deployment_manager/operations.rb

#get_with_http_info(custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

Gets an operation resource.

will be added to the HTTP request.

Parameters:

  • custom_headers (Hash{String => String}) (defaults to: nil)

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



48
49
50
# File 'lib/2018-09-01-preview/generated/azure_mgmt_deployment_manager/operations.rb', line 48

def get_with_http_info(custom_headers:nil)
  get_async(custom_headers:custom_headers).value!
end