tiering_cost_operation_results
Creates, updates, deletes, gets or lists a tiering_cost_operation_results
resource.
Overview
Name | tiering_cost_operation_results |
Type | Resource |
Id | azure.recovery_services_backup.tiering_cost_operation_results |
Fields
Name | Datatype | Description |
---|---|---|
objectType | string | This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId, resourceGroupName, subscriptionId, vaultName | Gets 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 }}';