Share via


ManagedDiskData.IsOptimizedForFrequentAttach Property

Definition

Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another. This property should not be set for disks that are not detached and attached frequently as it causes the disks to not align with the fault domain of the virtual machine.

public bool? IsOptimizedForFrequentAttach { get; set; }
member this.IsOptimizedForFrequentAttach : Nullable<bool> with get, set
Public Property IsOptimizedForFrequentAttach As Nullable(Of Boolean)

Property Value

Applies to