你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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