DataVirtualHardDisk.HostCaching Property

 

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

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

A VirtualHardDiskHostCaching value.

Remarks

The default value is None.

See Also

DataVirtualHardDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top