MigrationParameters Class
Request body for Migrate operation.
All required parameters must be populated in order to send to server.
Constructor
MigrationParameters(*, sku: _models.Sku, classic_resource_reference: _models.ResourceReference, profile_name: str, migration_web_application_firewall_mappings: List[_models.MigrationWebApplicationFirewallMapping] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sku
|
Sku for the migration. Required. |
classic_resource_reference
|
Resource reference of the classic cdn profile or classic frontdoor that need to be migrated. Required. |
profile_name
|
Name of the new profile that need to be created. Required. |
migration_web_application_firewall_mappings
|
Waf mapping for the migrated profile. Default value: None
|
Variables
Name | Description |
---|---|
sku
|
Sku for the migration. Required. |
classic_resource_reference
|
Resource reference of the classic cdn profile or classic frontdoor that need to be migrated. Required. |
profile_name
|
Name of the new profile that need to be created. Required. |
migration_web_application_firewall_mappings
|
Waf mapping for the migrated profile. |