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
Subclasses with type arguments of type DiffDiskPlacement in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the ephemeral disk placement for operating system disk.Fields in com.azure.resourcemanager.compute.models declared as DiffDiskPlacementModifier and TypeFieldDescriptionstatic final DiffDiskPlacementDiffDiskPlacement.CACHE_DISKStatic value CacheDisk for DiffDiskPlacement.static final DiffDiskPlacementDiffDiskPlacement.NVME_DISKStatic value NvmeDisk 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.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.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.