public class OSDisk extends Object
| Constructor and Description |
|---|
OSDisk() |
| Modifier and Type | Method and Description |
|---|---|
CachingType |
caching()
Get the caching value.
|
OSDisk |
withCaching(CachingType caching)
Set the caching value.
|
public CachingType caching()
public OSDisk withCaching(CachingType caching)
caching - the caching value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/