OSVirtualHardDisk::HostCaching Property

 

Gets or sets a VirtualHardDiskHostCaching value that specifies the caching mode of the operating system disk.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property String^ HostCaching {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A VirtualHardDiskHostCaching value.

This setting impacts the consistency and performance of the disk.

Return to top
Show: