New-AzFrontDoorCdnMigrationParametersObject
Create an in-memory object for MigrationParameters.
Syntax
Default (Default)
New-AzFrontDoorCdnMigrationParametersObject
-ProfileName <String>
[-ClassicResourceReferenceId <String>]
[-MigrationWebApplicationFirewallMapping <IMigrationWebApplicationFirewallMapping[]>]
[-SkuName <String>]
[<CommonParameters>]
Description
Create an in-memory object for MigrationParameters.
Examples
Example 1: Create an in-memory object for MigrationParameters
New-AzFrontDoorCdnMigrationParametersObject -ProfileName test
ProfileName
-----------
test
Create an in-memory object for MigrationParameters
Parameters
-ClassicResourceReferenceId
Resource ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-MigrationWebApplicationFirewallMapping
Waf mapping for the migrated profile.
Parameter properties
Type: | |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ProfileName
Name of the new profile that need to be created.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-SkuName
Name of the pricing tier.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.