Skip to main content

tiering_cost_operation_results

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

Overview

Nametiering_cost_operation_results
TypeResource
Idazure.recovery_services_backup.tiering_cost_operation_results

Fields

NameDatatypeDescription
objectTypestringThis property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationId, resourceGroupName, subscriptionId, vaultNameGets the result of async operation for tiering cost

SELECT examples

Gets the result of async operation for tiering cost

SELECT
objectType
FROM azure.recovery_services_backup.tiering_cost_operation_results
WHERE operationId = '{{ operationId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND vaultName = '{{ vaultName }}';