Method: Azure::Logic::Mgmt::V2016_06_01::WorkflowRunOperations#get
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_operations.rb
#get(resource_group_name, workflow_name, run_name, operation_id, custom_headers: nil) ⇒ WorkflowRun
Gets an operation for a run.
will be added to the HTTP request.
36 37 38 39 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_operations.rb', line 36 def get(resource_group_name, workflow_name, run_name, operation_id, custom_headers:nil) response = get_async(resource_group_name, workflow_name, run_name, operation_id, custom_headers:custom_headers).value! response.body unless response.nil? end |