service_providers
Creates, updates, deletes, gets or lists a service_providers
resource.
Overview
Name | service_providers |
Type | Resource |
Id | azure.peering.service_providers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the resource. |
name | string | The name of the resource. |
properties | object | The properties that define connectivity to the Peering Service Provider. |
type | string | The type of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists all of the available peering service locations for the specified kind of peering. |
SELECT
examples
Lists all of the available peering service locations for the specified kind of peering.
SELECT
id,
name,
properties,
type
FROM azure.peering.service_providers
WHERE subscriptionId = '{{ subscriptionId }}';