ProfileUpgradeContent(IEnumerable<ProfileChangeSkuWafMapping>) Constructor

Definition

Initializes a new instance of ProfileUpgradeContent.

public ProfileUpgradeContent (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping> wafMappingList);
new Azure.ResourceManager.Cdn.Models.ProfileUpgradeContent : seq<Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping> -> Azure.ResourceManager.Cdn.Models.ProfileUpgradeContent
Public Sub New (wafMappingList As IEnumerable(Of ProfileChangeSkuWafMapping))

Parameters

wafMappingList
IEnumerable<ProfileChangeSkuWafMapping>

Web Application Firewall (WAF) and security policy mapping for the profile upgrade.

Exceptions

wafMappingList is null.

Applies to