rp_unbilled_prefixes
Creates, updates, deletes, gets or lists a rp_unbilled_prefixes
resource.
Overview
Name | rp_unbilled_prefixes |
Type | Resource |
Id | azure.peering.rp_unbilled_prefixes |
Fields
Name | Datatype | Description |
---|---|---|
azureRegion | string | The Azure region. |
peerAsn | integer | The peer ASN. |
prefix | string | The prefix. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | peeringName, resourceGroupName, subscriptionId | Lists all of the RP unbilled prefixes for the specified peering |
SELECT
examples
Lists all of the RP unbilled prefixes for the specified peering
SELECT
azureRegion,
peerAsn,
prefix
FROM azure.peering.rp_unbilled_prefixes
WHERE peeringName = '{{ peeringName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';