DataDiskConfigurationCreateParameters.HostCaching Property
Optional. Gets or sets host caching option for a data disk within the VM Image. 'ReadOnly', 'ReadWrite', or 'None'.If this parameter is specified you must also specify the Name for the DataDiskConfiguration you want to change.
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
DataDiskConfigurationCreateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top