ProfileChangeSkuWafMapping Class
Parameters required for profile upgrade.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelProfileChangeSkuWafMapping
Constructor
ProfileChangeSkuWafMapping(*, security_policy_name: str, change_to_waf_policy: _models.ResourceReference, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
security_policy_name
|
The security policy name. Required. |
change_to_waf_policy
|
The new waf resource for the security policy to use. Required. |
Variables
Name | Description |
---|---|
security_policy_name
|
The security policy name. Required. |
change_to_waf_policy
|
The new waf resource for the security policy to use. Required. |
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