New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject
Create an in-memory object for MigrationWebApplicationFirewallMapping.
Syntax
New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject
[-MigratedFromId <String>]
[-MigratedToId <String>]
[<CommonParameters>]
Description
Create an in-memory object for MigrationWebApplicationFirewallMapping.
Examples
Example 1: Create an in-memory object for MigrationWebApplicationFirewallMapping
New-AzFrontDoorCdnMigrationWebApplicationFirewallMappingObject -MigratedFromId migrateFromId -MigratedToId migrateToId
MigratedFromId MigratedToId
-------------- ------------
migrateFromId migrateToId
Create an in-memory object for MigrationWebApplicationFirewallMapping
Parameters
-MigratedFromId
Resource ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MigratedToId
Resource ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell