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

ProfileChangeSkuWafMapping(String, WritableSubResource) Constructor

Definition

Initializes a new instance of ProfileChangeSkuWafMapping.

public ProfileChangeSkuWafMapping (string securityPolicyName, Azure.ResourceManager.Resources.Models.WritableSubResource changeToWafPolicy);
new Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping : string * Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.Cdn.Models.ProfileChangeSkuWafMapping
Public Sub New (securityPolicyName As String, changeToWafPolicy As WritableSubResource)

Parameters

securityPolicyName
String

The security policy name.

changeToWafPolicy
WritableSubResource

The new waf resource for the security policy to use.

Exceptions

securityPolicyName or changeToWafPolicy is null.

Applies to