Compartir a través de


IGalleryDiskImage.HostCaching Property

Definition

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCaching) }, ReadOnly=false, Required=false, SerializedName="hostCaching")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCaching? HostCaching { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCaching) }, ReadOnly=false, Required=false, SerializedName="hostCaching")>]
member this.HostCaching : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.HostCaching> with get, set
Public Property HostCaching As Nullable(Of HostCaching)

Property Value

Attributes

Applies to