Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskSettings
Packages that use DiffDiskSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiffDiskSettings in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiffDiskSettingsModifier and TypeClassDescriptionfinal classDescribes the parameters of ephemeral disk settings that can be specified for operating system disk.Methods in com.azure.resourcemanager.compute.models that return DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.VirtualMachineScaleSetUpdateOSDisk.diffDiskSettings()Get the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.static DiffDiskSettingsDiffDiskSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiffDiskSettings from the JsonReader.DiffDiskSettings.withOption(DiffDiskOptions option) Set the option property: Specifies the ephemeral disk settings for operating system disk.DiffDiskSettings.withPlacement(DiffDiskPlacement placement) Set the placement property: Specifies the ephemeral disk placement for operating system disk.Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskSettingsModifier and TypeMethodDescriptionOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.VirtualMachineScaleSetOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.VirtualMachineScaleSetUpdateOSDisk.withDiffDiskSettings(DiffDiskSettings diffDiskSettings) Set the diffDiskSettings property: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set.