MigrationWebApplicationFirewallMapping Class
Web Application Firewall Mapping.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelMigrationWebApplicationFirewallMapping
Constructor
MigrationWebApplicationFirewallMapping(*, migrated_from: _models.ResourceReference | None = None, migrated_to: _models.ResourceReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
migrated_from
|
Migration From Waf policy. |
migrated_to
|
Migration to Waf policy. |
Variables
Name | Description |
---|---|
migrated_from
|
Migration From Waf policy. |
migrated_to
|
Migration to Waf policy. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python