Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 1.8 KB

New-AzFrontDoorCdnProfileChangeSkuWafMappingObject.md

File metadata and controls

81 lines (59 loc) · 1.8 KB
external help file Module Name online version schema
Az.Cdn-help.xml
Az.Cdn
2.0.0

New-AzFrontDoorCdnProfileChangeSkuWafMappingObject

SYNOPSIS

Create an in-memory object for ProfileChangeSkuWafMapping.

SYNTAX

New-AzFrontDoorCdnProfileChangeSkuWafMappingObject -SecurityPolicyName <String> [-ChangeToWafPolicyId <String>]
 [<CommonParameters>]

DESCRIPTION

Create an in-memory object for ProfileChangeSkuWafMapping.

EXAMPLES

Example 1: Create an in-memory object for ProfileChangeSkuWafMapping.

New-AzFrontDoorCdnProfileChangeSkuWafMappingObject -SecurityPolicyName policyName -ChangeToWafPolicyId toWafPolicyId
SecurityPolicyName
------------------
policyName

Create an in-memory object for ProfileChangeSkuWafMapping

PARAMETERS

-ChangeToWafPolicyId

Resource ID.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SecurityPolicyName

The security policy name.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileChangeSkuWafMapping

NOTES

RELATED LINKS