AvailabilityPolicyDiskDelay Struct
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 readonly struct AvailabilityPolicyDiskDelay : IEquatable<Azure.ResourceManager.Compute.Models.AvailabilityPolicyDiskDelay>
type AvailabilityPolicyDiskDelay = struct
Public Structure AvailabilityPolicyDiskDelay
Implements IEquatable(Of AvailabilityPolicyDiskDelay)
- Inheritance
-
AvailabilityPolicyDiskDelay
- Implements
Constructors
| Name | Description |
|---|---|
| AvailabilityPolicyDiskDelay(String) |
Initializes a new instance of AvailabilityPolicyDiskDelay. |
Properties
| Name | Description |
|---|---|
| AutomaticReattach |
Upon a disk io failure or slow response, try detaching then reattaching the disk. |
| None |
Defaults to behavior without av policy specified, which is VM restart upon slow disk io. |
Methods
| Name | Description |
|---|---|
| Equals(AvailabilityPolicyDiskDelay) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(AvailabilityPolicyDiskDelay, AvailabilityPolicyDiskDelay) |
Determines if two AvailabilityPolicyDiskDelay values are the same. |
| Implicit(String to AvailabilityPolicyDiskDelay) |
Converts a String to a AvailabilityPolicyDiskDelay. |
| Inequality(AvailabilityPolicyDiskDelay, AvailabilityPolicyDiskDelay) |
Determines if two AvailabilityPolicyDiskDelay values are not the same. |