MigrationParameters Class
Request body for Migrate operation.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelMigrationParameters
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. |
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. |
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 SDK for Python