---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans"
tags: ["DdosProtectionPlans"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/ddosProtectionPlans`

Gets all DDoS protection plans in a subscription.

## Parameters

- `./network.json#/components/parameters/ApiVersionParameter` — unresolved $ref
- `./network.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref

## Response `200`

Request successful. The operation returns a list of DDoS protection plan resources.

- DdosProtectionPlanListResult — A list of DDoS protection plans.
  - `value` DdosProtectionPlan[] — A list of DDoS protection plans.
    - `id` string — Resource ID.
    - `name` string — Resource name.
    - `type` string — Resource type.
    - `location` string — Resource location.
    - `tags` object — Resource tags.
    - `properties` DdosProtectionPlanPropertiesFormat — DDoS protection plan properties.
      - `resourceGuid` string — The resource GUID property of the DDoS protection plan resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
      - `provisioningState` ProvisioningState — unresolved $ref
      - `virtualNetworks` SubResource[] — The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. — unresolved $ref
    - `etag` string — A unique read-only string that changes whenever the resource is updated.
  - `nextLink` string — The URL to get the next set of results.

---

[API](https://skmtc.dev/azure/apis/networkmanagementclient-11.md) · [All operations](https://skmtc.dev/azure/apis/networkmanagementclient-11/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/networkmanagementclient-11/revisions/fd7db54e21c9/schema)
