DdosCustomPolicy interface
A DDoS custom policy in a resource group.
- Extends
Properties
| detection |
The list of DDoS detection rules associated with the custom policy. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| front |
The list of frontend IP configurations associated with the custom policy. |
| provisioning |
The provisioning state of the DDoS custom policy resource. |
| public |
The list of public IP addresses associated with the custom policy. This list is read-only. |
| resource |
The resource GUID property of the DDoS custom policy resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
detectionRules
The list of DDoS detection rules associated with the custom policy.
detectionRules?: DdosDetectionRule[]
Property Value
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
frontEndIpConfiguration
The list of frontend IP configurations associated with the custom policy.
frontEndIpConfiguration?: SubResource[]
Property Value
provisioningState
The provisioning state of the DDoS custom policy resource.
provisioningState?: string
Property Value
string
publicIPAddresses
The list of public IP addresses associated with the custom policy. This list is read-only.
publicIPAddresses?: SubResource[]
Property Value
resourceGuid
The resource GUID property of the DDoS custom policy resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
resourceGuid?: string
Property Value
string
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags