Skip to main content

execute_runner_actions

Creates, updates, deletes, gets or lists an execute_runner_actions resource.

Overview

Nameexecute_runner_actions
TypeResource
Idazure_stack.deployment_admin.execute_runner_actions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
productexecsubscriptionId, productIdInvokes execute runner action on the product deployment

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
productIdstringThe product identifier.
subscriptionIdstringSubscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Invokes execute runner action on the product deployment

EXEC azure_stack.deployment_admin.execute_runner_actions.product 
@subscriptionId='{{ subscriptionId }}' --required,
@productId='{{ productId }}' --required
@@json=
'{
"parameters": "{{ parameters }}"
}'
;