ImpactType type

Defines values for ImpactType.
KnownImpactType can be used interchangeably with ImpactType, this enum contains the known values that the service supports.

Known values supported by the service

None: Pending updates has no impact on resource.
Freeze: Pending updates can freeze network or disk io operation on resource.
Restart: Pending updates can cause resource to restart.
Redeploy: Pending updates can redeploy resource.

type ImpactType = string