deploy_actions
Creates, updates, deletes, gets or lists a deploy_actions
resource.
Overview
Name | deploy_actions |
Type | Resource |
Id | azure_stack.deployment_admin.deploy_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
product | exec | subscriptionId , productId | Invokes deploy action on the product |
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.
Name | Datatype | Description |
---|---|---|
productId | string | The product identifier. |
subscriptionId | string | Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- product
Invokes deploy action on the product
EXEC azure_stack.deployment_admin.deploy_actions.product
@subscriptionId='{{ subscriptionId }}' --required,
@productId='{{ productId }}' --required
@@json=
'{
"version": "{{ version }}",
"parameters": "{{ parameters }}"
}'
;