Skip to main content

deployment_operations

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

Overview

Namedeployment_operations
TypeResource
Idazure.resources.deployment_operations

Fields

NameDatatypeDescription
idtextFull deployment operation ID.
deploymentNametextfield from the properties object
durationtextfield from the properties object
operationIdtextDeployment operation ID.
operation_idtextfield from the properties object
provisioning_operationtextfield from the properties object
provisioning_statetextfield from the properties object
requesttextfield from the properties object
resourceGroupNametextfield from the properties object
responsetextfield from the properties object
service_request_idtextfield from the properties object
status_codetextfield from the properties object
status_messagetextfield from the properties object
subscriptionIdtextfield from the properties object
target_resourcetextfield from the properties object
timestamptextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeploymentName, operationId, resourceGroupName, subscriptionIdGets a deployments operation.
get_at_management_group_scopeSELECTdeploymentName, groupId, operationIdGets a deployments operation.
get_at_scopeSELECTdeploymentName, operationId, scopeGets a deployments operation.
get_at_subscription_scopeSELECTdeploymentName, operationId, subscriptionIdGets a deployments operation.
get_at_tenant_scopeSELECTdeploymentName, operationIdGets a deployments operation.
listSELECTdeploymentName, resourceGroupName, subscriptionIdGets all deployments operations for a deployment.
list_at_management_group_scopeSELECTdeploymentName, groupIdGets all deployments operations for a deployment.
list_at_scopeSELECTdeploymentName, scopeGets all deployments operations for a deployment.
list_at_subscription_scopeSELECTdeploymentName, subscriptionIdGets all deployments operations for a deployment.
list_at_tenant_scopeSELECTdeploymentNameGets all deployments operations for a deployment.

SELECT examples

Gets all deployments operations for a deployment.

SELECT
id,
deploymentName,
duration,
operationId,
operation_id,
provisioning_operation,
provisioning_state,
request,
resourceGroupName,
response,
service_request_id,
status_code,
status_message,
subscriptionId,
target_resource,
timestamp
FROM azure.resources.vw_deployment_operations
WHERE deploymentName = '{{ deploymentName }}';