Skip to main content

product_deployments

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

Overview

Nameproduct_deployments
TypeResource
Idazure_stack.deployment_admin.product_deployments

Fields

NameDatatypeDescription
idtextID of the resource.
nametextName of the resource.
deploymenttextfield from the properties object
e_tagtextfield from the properties object
errortextfield from the properties object
external_accesstextfield from the properties object
internal_statetextfield from the properties object
last_successful_deploymenttextfield from the properties object
locationtextLocation of the resource.
productIdtextfield from the properties object
product_idtextfield from the properties object
provisioning_statetextfield from the properties object
secret_rotationtextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object
subscription_idtextfield from the properties object
typetextType of Resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTproductId, subscriptionIdInvokes bootstrap action on the product deployment
listSELECTsubscriptionIdInvokes bootstrap action on the product deployment

SELECT examples

Invokes bootstrap action on the product deployment

SELECT
id,
name,
deployment,
e_tag,
error,
external_access,
internal_state,
last_successful_deployment,
location,
productId,
product_id,
provisioning_state,
secret_rotation,
status,
subscriptionId,
subscription_id,
type
FROM azure_stack.deployment_admin.vw_product_deployments
WHERE subscriptionId = '{{ subscriptionId }}';