VirtualMachineDataDiskCreateParameters::HostCaching Property

 

Required. Specifies the platform caching behavior of data disk blob for read/write efficiency. The default vault is ReadOnly. Possible values are: None, ReadOnly, or ReadWrite. Warning: Setting this property impacts the consistency of the 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^
Return to top
Show: