product_deployments
Creates, updates, deletes, gets or lists a product_deployments
resource.
Overview
Name | product_deployments |
Type | Resource |
Id | azure_stack.deployment_admin.product_deployments |
Fields
- vw_product_deployments
- product_deployments
Name | Datatype | Description |
---|---|---|
id | text | ID of the resource. |
name | text | Name of the resource. |
deployment | text | field from the properties object |
e_tag | text | field from the properties object |
error | text | field from the properties object |
external_access | text | field from the properties object |
internal_state | text | field from the properties object |
last_successful_deployment | text | field from the properties object |
location | text | Location of the resource. |
productId | text | field from the properties object |
product_id | text | field from the properties object |
provisioning_state | text | field from the properties object |
secret_rotation | text | field from the properties object |
status | text | field from the properties object |
subscriptionId | text | field from the properties object |
subscription_id | text | field from the properties object |
type | text | Type of Resource. |
Name | Datatype | Description |
---|---|---|
id | string | ID of the resource. |
name | string | Name of the resource. |
eTag | string | entity tag |
location | string | Location of the resource. |
properties | object | Product deployment resource properties |
type | string | Type of Resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | productId, subscriptionId | Invokes bootstrap action on the product deployment |
list | SELECT | subscriptionId | Invokes bootstrap action on the product deployment |
SELECT
examples
Invokes bootstrap action on the product deployment
- vw_product_deployments
- product_deployments
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 }}';
SELECT
id,
name,
eTag,
location,
properties,
type
FROM azure_stack.deployment_admin.product_deployments
WHERE subscriptionId = '{{ subscriptionId }}';