IWithOSDiskSettings.WithOSDiskCaching(CachingTypes) Method

Definition

Specifies the caching type for the operating system disk.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithOSDiskCaching (Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithOSDiskCaching : Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithOSDiskCaching (cachingType As CachingTypes) As IWithCreate

Parameters

cachingType
CachingTypes

The caching type.

Returns

Applies to