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

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

#get(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers: nil) ⇒ WorkflowRunActionRepetitionDefinition

Get a workflow run action scoped repetition.

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.

  • repetition_name (String)

    The workflow repetition.

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

    A hash of custom headers that

Returns:

  • (WorkflowRunActionRepetitionDefinition)

    operation results.



137
138
139
140
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/workflow_run_action_scope_repetitions.rb', line 137

def get(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:nil)
  response = get_async(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:custom_headers).value!
  response.body unless response.nil?
end