check_service_provider_availabilities
Creates, updates, deletes, gets or lists a check_service_provider_availabilities resource.
Overview
| Name | check_service_provider_availabilities |
| Type | Resource |
| Id | azure.peering.check_service_provider_availabilities |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
check_service_provider_availability | exec | subscription_id | Checks if the peering service provider is present within 1000 miles of customer's location. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
subscription_id | string |
Lifecycle Methods
- check_service_provider_availability
Checks if the peering service provider is present within 1000 miles of customer's location.
EXEC azure.peering.check_service_provider_availabilities.check_service_provider_availability
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"peeringServiceLocation": "{{ peeringServiceLocation }}",
"peeringServiceProvider": "{{ peeringServiceProvider }}"
}'
;