Share via


IUpdate.WithOSDiskCaching(CachingTypes) Method

Definition

Specifies the caching type for the OS disk.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate WithOSDiskCaching (Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithOSDiskCaching : Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate
Public Function WithOSDiskCaching (cachingType As CachingTypes) As IUpdate

Parameters

cachingType
CachingTypes

A caching type.

Returns

Applies to