Skip to main content

detailed_cost_report_operation_results

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

Overview

Namedetailed_cost_report_operation_results
TypeResource
Idazure.cost_management.detailed_cost_report_operation_results

Fields

NameDatatypeDescription
idtextThe ARM resource id of the long running operation.
nametextThe name of the long running operation.
download_urltextfield from the properties object
expiry_timetextfield from the properties object
operationIdtextfield from the properties object
scopetextfield from the properties object
typetextThe type of the long running operation.
valid_tilltextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, scopeGets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

SELECT examples

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

SELECT
id,
name,
download_url,
expiry_time,
operationId,
scope,
type,
valid_till
FROM azure.cost_management.vw_detailed_cost_report_operation_results
WHERE operationId = '{{ operationId }}'
AND scope = '{{ scope }}';