Skip to main content

free_hour_balances

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

Overview

Namefree_hour_balances
TypeResource
Idazure_extras.test_base.free_hour_balances

Fields

NameDatatypeDescription
freeHourBalanceNametextfield from the properties object
increment_entriestextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
testBaseAccountNametextfield from the properties object
total_remaining_free_hourstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTfreeHourBalanceName, resourceGroupName, subscriptionId, testBaseAccountNameReturn the Test Base free hour balance.
listSELECTresourceGroupName, subscriptionId, testBaseAccountNameReturn the Test Base free hour balances list.

SELECT examples

Return the Test Base free hour balances list.

SELECT
freeHourBalanceName,
increment_entries,
resourceGroupName,
subscriptionId,
testBaseAccountName,
total_remaining_free_hours
FROM azure_extras.test_base.vw_free_hour_balances
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND testBaseAccountName = '{{ testBaseAccountName }}';