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.
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 |