Skip to main content

vw_ddos_protection_plans

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

Overview

Namevw_ddos_protection_plans
TypeView
Idazure.network.vw_ddos_protection_plans

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
etag as etag,
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.publicIPAddresses') as "public_ip_addresses",
JSON_EXTRACT(properties, '$.virtualNetworks') as "virtual_networks",
subscriptionId,
resourceGroupName,
ddosProtectionPlanName
FROM azure.network.ddos_protection_plans
WHERE subscriptionId = 'replace-me';