VirtualNetworkGatewayMigrationParameters Class
Virtual network gateway migration parameters.
Constructor
VirtualNetworkGatewayMigrationParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
migration_type
|
MigrationType for the virtual network gateway. Required. Known values are: "UpgradeDeploymentToStandardIP", "UpgradeGatewayToDualStack", and "MigrateGatewayForPointToSiteProfile". |
|
resource_url
|
Resource url that needs to be passed in to migration. |
Attributes
migration_type
MigrationType for the virtual network gateway. Required. Known values are: "UpgradeDeploymentToStandardIP", "UpgradeGatewayToDualStack", and "MigrateGatewayForPointToSiteProfile".
migration_type: str | _models.VirtualNetworkGatewayMigrationType
resource_url
Resource url that needs to be passed in to migration.
resource_url: str | None