VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching Interface
public static interface VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching
The stage of the virtual machine data disk update allowing to set the disk caching type.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk. |
Method Details
withCaching
public abstract VirtualMachineUnmanagedDataDisk.Update withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.
Parameters:
cachingType
- the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'
Returns:
the next stage of data disk update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java