| Modifier and Type | Method and Description |
|---|---|
CachingTypes |
VirtualMachineScaleSetOSDisk.caching()
Get the caching value.
|
CachingTypes |
OSDisk.caching()
Get the caching value.
|
CachingTypes |
DataDisk.caching()
Get the caching value.
|
CachingTypes |
VirtualMachineDataDisk.cachingType()
Gets the disk caching type.
|
static CachingTypes |
CachingTypes.fromString(String value)
Parses a serialized value to a CachingTypes instance.
|
CachingTypes |
VirtualMachineScaleSet.osDiskCachingType() |
CachingTypes |
VirtualMachine.osDiskCachingType() |
static CachingTypes |
CachingTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachingTypes[] |
CachingTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSDisk |
VirtualMachineScaleSetOSDisk.withCaching(CachingTypes caching)
Set the caching value.
|
VirtualMachineDataDisk.DefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.DefinitionStages.WithAttach.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach<ParentT> |
VirtualMachineDataDisk.UpdateDefinitionStages.WithAttach.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineDataDisk.Update |
VirtualMachineDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType)
Specifies the new caching type for the data disk.
|
OSDisk |
OSDisk.withCaching(CachingTypes caching)
Set the caching value.
|
DataDisk |
DataDisk.withCaching(CachingTypes caching)
Set the caching value.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
VirtualMachineScaleSet.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
Specifies the caching type for the operating system disk.
|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskCaching(CachingTypes cachingType)
Specifies the caching type for the Operating System disk.
|
VirtualMachine.Update |
VirtualMachine.Update.withOsDiskCaching(CachingTypes cachingType)
Specifies the caching type for the Operating System disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/