Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskPlacement
-
Packages that use DiffDiskPlacement Package Description com.azure.resourcemanager.compute.models 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 DiffDiskPlacement Modifier and Type Field Description static DiffDiskPlacementDiffDiskPlacement. CACHE_DISKStatic value CacheDisk for DiffDiskPlacement.static DiffDiskPlacementDiffDiskPlacement. RESOURCE_DISKStatic value ResourceDisk for DiffDiskPlacement.Methods in com.azure.resourcemanager.compute.models that return DiffDiskPlacement Modifier and Type Method Description static DiffDiskPlacementDiffDiskPlacement. fromString(String name)Creates or finds a DiffDiskPlacement from its string representation.DiffDiskPlacementDiffDiskSettings. 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 DiffDiskPlacement Modifier and Type Method Description static Collection<DiffDiskPlacement>DiffDiskPlacement. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskPlacement Modifier and Type Method Description DiffDiskSettingsDiffDiskSettings. 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.WithManagedCreateVirtualMachine.DefinitionStages.WithEphemeralOSDisk. withPlacement(DiffDiskPlacement placement)Selects where you want to place the Ephemeral OS disk.
-