Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskPlacement
Packages that use DiffDiskPlacement
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiffDiskPlacement in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiffDiskPlacementModifier and TypeFieldDescriptionstatic final DiffDiskPlacementDiffDiskPlacement.CACHE_DISKStatic value CacheDisk for DiffDiskPlacement.static final DiffDiskPlacementDiffDiskPlacement.RESOURCE_DISKStatic value ResourceDisk for DiffDiskPlacement.Methods in com.azure.resourcemanager.compute.models that return DiffDiskPlacementModifier and TypeMethodDescriptionstatic DiffDiskPlacementDiffDiskPlacement.fromString(String name) Creates or finds a DiffDiskPlacement from its string representation.DiffDiskSettings.placement()Get the placement property: Specifies the ephemeral disk placement for operating system disk.<br><br> Possible values are: <br><br> **CacheDisk** <br><br> **ResourceDisk** <br><br> Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.<br><br> Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiffDiskPlacementModifier and TypeMethodDescriptionstatic Collection<DiffDiskPlacement>DiffDiskPlacement.values()Gets known DiffDiskPlacement values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskPlacementModifier and TypeMethodDescriptionDiffDiskSettings.withPlacement(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk.<br><br> Possible values are: <br><br> **CacheDisk** <br><br> **ResourceDisk** <br><br> Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.<br><br> Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk.VirtualMachine.DefinitionStages.WithEphemeralOSDisk.withPlacement(DiffDiskPlacement placement) Selects where you want to place the Ephemeral OS disk.VirtualMachineScaleSet.DefinitionStages.WithEphemeralOSDisk.withPlacement(DiffDiskPlacement placement) Selects where you want to place the Ephemeral OS disk.