CdnWebApplicationFirewallPolicy interface
Defines web application firewall policy for Azure CDN.
- Extends
Properties
| custom |
Describes custom rules inside the policy. |
| endpoint |
Describes Azure CDN endpoints associated with this Web Application Firewall policy. |
| etag | Gets a unique read-only string that changes whenever the resource is updated. |
| extended |
Key-Value pair representing additional properties for Web Application Firewall policy. |
| managed |
Describes managed rules inside the policy. |
| policy |
Describes policySettings for policy |
| provisioning |
Provisioning state of the WebApplicationFirewallPolicy. |
| rate |
Describes rate limit rules inside the policy. |
| resource |
Resource status of the policy. |
| sku | The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
customRules
Describes custom rules inside the policy.
customRules?: CustomRuleList
Property Value
endpointLinks
Describes Azure CDN endpoints associated with this Web Application Firewall policy.
endpointLinks?: CdnEndpoint[]
Property Value
etag
Gets a unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
extendedProperties
Key-Value pair representing additional properties for Web Application Firewall policy.
extendedProperties?: Record<string, string>
Property Value
Record<string, string>
managedRules
Describes managed rules inside the policy.
managedRules?: ManagedRuleSetList
Property Value
policySettings
provisioningState
Provisioning state of the WebApplicationFirewallPolicy.
provisioningState?: string
Property Value
string
rateLimitRules
Describes rate limit rules inside the policy.
rateLimitRules?: RateLimitRuleList
Property Value
resourceState
Resource status of the policy.
resourceState?: string
Property Value
string
sku
The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
sku: Sku
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type