Skip to main content

check_service_provider_availabilities

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

Overview

Namecheck_service_provider_availabilities
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
check_service_provider_availabilityexecsubscription_idChecks 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.

NameDatatypeDescription
subscription_idstring

Lifecycle Methods

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 }}"
}'
;