operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.peering.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation. |
display | object | The information related to the operation. |
isDataAction | boolean | The flag that indicates whether the operation applies to data plane. |
properties | object | The properties of the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available API operations for peering resources. |
check_service_provider_availability | EXEC | subscriptionId | Checks 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
;