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.

Parameters:

  • resource_group_name (String)

    The resource group name.

  • workflow_name (String)

    The workflow name.

  • run_name (String)

    The workflow run name.

  • operation_id (String)

    The workflow operation id.

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

    A hash of custom headers that

Returns:

  • (MsRestAzure::AzureOperationResponse)

    HTTP response information.



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