VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskCaching Interface
public interface WithDiskCaching
The stage of the unmanaged data disk update allowing to set the disk caching type.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withCaching(CachingTypes cachingType)
Specifies the new caching type for the unmanaged data disk. |
Method Details
withCaching
public Update withCaching(CachingTypes cachingType)
Specifies the new caching type for the unmanaged data disk.
Parameters:
cachingType
- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
Returns:
the next stage of unmanaged data disk update
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java