Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.peering.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectThe information related to the operation.
isDataActionbooleanThe flag that indicates whether the operation applies to data plane.
propertiesobjectThe properties of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available API operations for peering resources.
check_service_provider_availabilityEXECsubscriptionIdChecks if the peering service provider is present within 1000 miles of customer's location

SELECT examples

Lists all of the available API operations for peering resources.

SELECT
name,
display,
isDataAction,
properties
FROM azure.peering.operations
;