edge_nodes
Creates, updates, deletes, gets or lists an edge_nodes resource.
Overview
| Name | edge_nodes |
| Type | Resource |
| Id | azure.cdn.edge_nodes |
Fields
The following fields are returned by SELECT queries:
- list
OK. The request has succeeded.
| Name | Datatype | Description |
|---|---|---|
properties | object | The JSON object that contains the properties required to create an edgenode. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users. |
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 |
|---|
SELECT examples
- list
Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.
SELECT
properties
FROM azure.cdn.edge_nodes
;