Method: Azure::Logic::Mgmt::V2016_06_01::WorkflowRunOperations#get_with_http_info
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_operations.rb
#get_with_http_info(resource_group_name, workflow_name, run_name, operation_id, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets an operation for a run.
will be added to the HTTP request.
53 54 55 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_operations.rb', line 53 def get_with_http_info(resource_group_name, workflow_name, run_name, operation_id, custom_headers:nil) get_async(resource_group_name, workflow_name, run_name, operation_id, custom_headers:custom_headers).value! end |