ArmCdnModelFactory.ProfileUpgradeContent Method

Definition

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.

Applies to