VirtualMachineDataDiskGetResponse.HostCaching Property
Optional. The current value of the platform caching behavior of data disk blob for read/write efficiency. Possible values are: None, ReadOnly, or ReadWrite.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public string HostCaching { get; set; }
public:
property String^ HostCaching {
String^ get();
void set(String^ value);
}
member HostCaching : string with get, set
Public Property HostCaching As String
Property Value
Type: System.String
See Also
VirtualMachineDataDiskGetResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top