AvailabilityPolicyDiskDelay Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines on how to handle disks with slow I/O.
public enum AvailabilityPolicyDiskDelay
type AvailabilityPolicyDiskDelay =
Public Enum AvailabilityPolicyDiskDelay
- Inheritance
-
AvailabilityPolicyDiskDelay
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Defaults to behavior without av policy specified, which is VM restart upon slow disk io. |
| AutomaticReattach | 1 | Upon a disk io failure or slow response, try detaching then reattaching the disk. |