public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.Update |
withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.Update withCaching(CachingTypes cachingType)
cachingType - the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/