ArmCdnModelFactory.ProfileUpgradeContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters required for profile upgrade.
public static Azure.ResourceManager.Cdn.Models.ProfileUpgradeContent ProfileUpgradeContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping> wafMappingList = default);
static member ProfileUpgradeContent : seq<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping> -> Azure.ResourceManager.Cdn.Models.ProfileUpgradeContent
Public Shared Function ProfileUpgradeContent (Optional wafMappingList As IEnumerable(Of ProfileChangeSkuWafMapping) = Nothing) As ProfileUpgradeContent
Parameters
- wafMappingList
- IEnumerable<ProfileChangeSkuWafMapping>
Web Application Firewall (WAF) and security policy mapping for the profile upgrade.
Returns
A new ProfileUpgradeContent instance for mocking.