Skip to main content

flighting_rings

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

Overview

Nameflighting_rings
TypeResource
Idazure_extras.test_base.flighting_rings

Fields

NameDatatypeDescription
actual_flighting_ring_nametextfield from the properties object
flightingRingResourceNametextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
testBaseAccountNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTflightingRingResourceName, resourceGroupName, subscriptionId, testBaseAccountNameGets a flighting ring of a Test Base Account.
listSELECTresourceGroupName, subscriptionId, testBaseAccountNameLists all the flighting rings of a Test Base Account.

SELECT examples

Lists all the flighting rings of a Test Base Account.

SELECT
actual_flighting_ring_name,
flightingRingResourceName,
resourceGroupName,
subscriptionId,
testBaseAccountName
FROM azure_extras.test_base.vw_flighting_rings
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND testBaseAccountName = '{{ testBaseAccountName }}';