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
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
ipAddressGroups | array | List of ip address groups. Required. |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
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
id,
name,
ipAddressGroups,
systemData,
type
FROM azure.cdn.edge_nodes
;