Method: Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActionScopeRepetitions#list_with_http_info

Defined in:
lib/2018-07-01-preview/generated/azure_mgmt_logic/workflow_run_action_scope_repetitions.rb

#list_with_http_info(resource_group_name, workflow_name, run_name, action_name, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse

List the workflow run action scoped repetitions.

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.

  • action_name (String)

    The workflow action name.

  • 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/2018-07-01-preview/generated/azure_mgmt_logic/workflow_run_action_scope_repetitions.rb', line 53

def list_with_http_info(resource_group_name, workflow_name, run_name, action_name, custom_headers:nil)
  list_async(resource_group_name, workflow_name, run_name, action_name, custom_headers:custom_headers).value!
end