Uses of Enum
com.azure.resourcemanager.compute.models.CachingTypes
Packages that use CachingTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CachingTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CachingTypesModifier and TypeMethodDescriptionDataDisk.caching()Get the caching property: Specifies the caching requirements.DataDisksToAttach.caching()Get the caching property: Specifies the caching requirements.ImageDisk.caching()Get the caching property: Specifies the caching requirements.OSDisk.caching()Get the caching property: Specifies the caching requirements.RestorePointSourceVMDataDisk.caching()Get the caching property: Gets the caching type.RestorePointSourceVmosDisk.caching()Get the caching property: Gets the caching type.VirtualMachineScaleSetDataDisk.caching()Get the caching property: Specifies the caching requirements.VirtualMachineScaleSetOSDisk.caching()Get the caching property: Specifies the caching requirements.VirtualMachineScaleSetUpdateOSDisk.caching()Get the caching property: The caching type.VirtualMachineDataDisk.cachingType()Gets the disk caching type.VirtualMachineUnmanagedDataDisk.cachingType()Gets the disk caching type.VirtualMachineDiskOptions.cachingTypes()Gets the disk caching type.static CachingTypesCachingTypes.fromString(String value) Parses a serialized value to a CachingTypes instance.VirtualMachine.osDiskCachingType()Gets the operating system disk caching type.VirtualMachineScaleSet.osDiskCachingType()Gets the operating system disk caching type.VirtualMachineScaleSetVM.osDiskCachingType()Gets the caching type of the operating system disk.static CachingTypesReturns 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.Methods in com.azure.resourcemanager.compute.models with parameters of type CachingTypesModifier and TypeMethodDescriptionDataDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.DataDisksToAttach.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.ImageDataDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.ImageDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.ImageOSDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.OSDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.VirtualMachineScaleSetDataDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.VirtualMachineScaleSetOSDisk.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType) Specifies the new caching type for the unmanaged data disk.VirtualMachineScaleSetUpdateOSDisk.withCaching(CachingTypes caching) Set the caching property: The caching type.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.UpdateStages.WithDiskCaching.withCaching(CachingTypes cachingType) Specifies the new caching type for the data disk.VirtualMachineDiskOptions.withCachingTypes(CachingTypes cachingTypes) Sets the caching type.VirtualMachine.DefinitionStages.WithManagedCreate.withDataDiskDefaultCachingType(CachingTypes cachingType) Specifies the default caching type for the managed data disks.VirtualMachine.Update.withDataDiskDefaultCachingType(CachingTypes cachingType) Specifies the default caching type for the managed data disks.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultCachingType(CachingTypes cachingType) Specifies the default caching type for the managed data disks.VirtualMachineCustomImage.CustomImageDataDisk.DefinitionStages.WithDiskSettings.withDiskCaching(CachingTypes cachingType) Specifies the caching type for data disk.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType) Associates an existing source managed disk with the virtual machine and specifies additional settings.VirtualMachine.DefinitionStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType) Associates an existing source managed disk with the virtual machine and specifies additional settings.VirtualMachine.UpdateStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int newSizeInGB, int lun, CachingTypes cachingType) Specifies an existing source managed disk and settings.VirtualMachine.UpdateStages.WithManagedDataDisk.withExistingDataDisk(Disk disk, int lun, CachingTypes cachingType) Specifies an existing source managed disk and settings.VirtualMachineScaleSetVM.Update.withExistingDataDisk(Disk dataDisk, int lun, CachingTypes cachingTypes) Attaches an existing data disk to this VMSS virtual machine.VirtualMachineScaleSetVM.Update.withExistingDataDisk(Disk dataDisk, int lun, CachingTypes cachingTypes, StorageAccountTypes storageAccountTypes) Attaches an existing data disk to this VMSS virtual machine.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created explicitly with the given definition and attach to the virtual machine as data disk.VirtualMachine.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachine.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachine.UpdateStages.WithManagedDataDisk.withNewDataDisk(Creatable<Disk> creatable, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created explicitly with the given definition and attached to the virtual machine as a data disk.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachineScaleSet.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachineScaleSet.UpdateStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachine.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType) Specifies the caching type for the OS disk.VirtualMachine.Update.withOSDiskCaching(CachingTypes cachingType) Specifies the caching type for the OS disk.VirtualMachineCustomImage.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType) Specifies the caching type for OS disk.VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings.withOSDiskCaching(CachingTypes cachingType) Specifies the caching type for the operating system disk.