Skip to main content

action_plans

Creates, updates, deletes, gets or lists a action_plans resource.

Overview

Nameaction_plans
TypeResource
Idazure_stack.deployment_admin.action_plans

Fields

NameDatatypeDescription
idtextID of the resource.
nametextName of the resource.
action_plan_instance_idtextfield from the properties object
action_plan_uritextfield from the properties object
blob_container_nametextfield from the properties object
e_tagtextfield from the properties object
end_timetextfield from the properties object
errortextfield from the properties object
locationtextLocation of the resource.
parameterstextfield from the properties object
planIdtextfield from the properties object
provisioning_statetextfield from the properties object
resource_group_nametextfield from the properties object
start_timetextfield from the properties object
subscriptionIdtextfield from the properties object
subscription_idtextfield from the properties object
typetextType of Resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTplanId, subscriptionIdGets the specified action plan
listSELECTsubscriptionIdGets the list of action plans

SELECT examples

Gets the list of action plans

SELECT
id,
name,
action_plan_instance_id,
action_plan_uri,
blob_container_name,
e_tag,
end_time,
error,
location,
parameters,
planId,
provisioning_state,
resource_group_name,
start_time,
subscriptionId,
subscription_id,
type
FROM azure_stack.deployment_admin.vw_action_plans
WHERE subscriptionId = '{{ subscriptionId }}';