Microsoft.Network ddosProtectionPlans 2020-04-01
Template format
To create a Microsoft.Network/ddosProtectionPlans resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Network/ddosProtectionPlans",
"apiVersion": "2020-04-01",
"location": "string",
"tags": {},
"properties": {}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Network/ddosProtectionPlans object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the DDoS protection plan. |
type | enum | Yes | Microsoft.Network/ddosProtectionPlans |
apiVersion | enum | Yes | 2020-04-01 |
location | string | Yes | Resource location. |
tags | object | No | Resource tags. |
properties | object | Yes | Properties of the DDoS protection plan. - DdosProtectionPlanPropertiesFormat object |