MigrationParameters Class

Request body for Migrate operation.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn._serialization.Model
MigrationParameters

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

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
str

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

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
str

Name of the new profile that need to be created. Required.

migration_web_application_firewall_mappings

Waf mapping for the migrated profile.