service_countries
Creates, updates, deletes, gets or lists a service_countries
resource.
Overview
Name | service_countries |
Type | Resource |
Id | azure.peering.service_countries |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the resource. |
name | string | The name of the resource. |
type | string | The type of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists all of the available countries for peering service. |
SELECT
examples
Lists all of the available countries for peering service.
SELECT
id,
name,
type
FROM azure.peering.service_countries
WHERE subscriptionId = '{{ subscriptionId }}';