Method: Azure::Logic::Mgmt::V2018_07_01_preview::WorkflowRunActionScopeRepetitions#list
- Defined in:
- lib/2018-07-01-preview/generated/azure_mgmt_logic/workflow_run_action_scope_repetitions.rb
#list(resource_group_name, workflow_name, run_name, action_name, custom_headers: nil) ⇒ WorkflowRunActionRepetitionDefinitionCollection
List the workflow run action scoped repetitions.
will be added to the HTTP request.
36 37 38 39 |
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/workflow_run_action_scope_repetitions.rb', line 36 def list(resource_group_name, workflow_name, run_name, action_name, custom_headers:nil) response = list_async(resource_group_name, workflow_name, run_name, action_name, custom_headers:custom_headers).value! response.body unless response.nil? end |