Skip to main content

edge_nodes

Creates, updates, deletes, gets or lists an edge_nodes resource.

Overview

Nameedge_nodes
TypeResource
Idazure.cdn.edge_nodes

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
namestringThe name of the resource.
ipAddressGroupsarrayList of ip address groups. Required.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Methods

The following methods are available for this resource:

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

NameDatatypeDescription

SELECT examples

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
;