EvictionPolicy type
Different kind of eviction policies
KnownEvictionPolicy can be used interchangeably with EvictionPolicy,
this enum contains the known values that the service supports.
Known values supported by the service
Delete: When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this.
Deallocate: When evicted, the Spot VM will be deallocated/stopped
type EvictionPolicy = string