Uses of Class
com.azure.resourcemanager.cdn.models.ProfileChangeSkuWafMapping
Packages that use ProfileChangeSkuWafMapping
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ProfileChangeSkuWafMapping in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type ProfileChangeSkuWafMappingModifier and TypeClassDescriptionfinal classParameters required for profile upgrade.Methods in com.azure.resourcemanager.cdn.models that return ProfileChangeSkuWafMappingModifier and TypeMethodDescriptionstatic ProfileChangeSkuWafMappingProfileChangeSkuWafMapping.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileChangeSkuWafMapping from the JsonReader.ProfileChangeSkuWafMapping.withChangeToWafPolicy(ResourceReference changeToWafPolicy) Set the changeToWafPolicy property: The new waf resource for the security policy to use.ProfileChangeSkuWafMapping.withSecurityPolicyName(String securityPolicyName) Set the securityPolicyName property: The security policy name.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ProfileChangeSkuWafMappingModifier and TypeMethodDescriptionProfileUpgradeParameters.wafMappingList()Get the wafMappingList property: Web Application Firewall (WAF) and security policy mapping for the profile upgrade.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ProfileChangeSkuWafMappingModifier and TypeMethodDescriptionProfileUpgradeParameters.withWafMappingList(List<ProfileChangeSkuWafMapping> wafMappingList) Set the wafMappingList property: Web Application Firewall (WAF) and security policy mapping for the profile upgrade.