Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskOptions
Packages that use DiffDiskOptions
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiffDiskOptions in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type DiffDiskOptions in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the ephemeral disk option for operating system disk.Fields in com.azure.resourcemanager.compute.models declared as DiffDiskOptionsModifier and TypeFieldDescriptionstatic final DiffDiskOptionsDiffDiskOptions.LOCALStatic value Local for DiffDiskOptions.Methods in com.azure.resourcemanager.compute.models that return DiffDiskOptionsModifier and TypeMethodDescriptionstatic DiffDiskOptionsDiffDiskOptions.fromString(String name) Creates or finds a DiffDiskOptions from its string representation.DiffDiskSettings.option()Get the option property: Specifies the ephemeral disk settings for operating system disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiffDiskOptionsModifier and TypeMethodDescriptionstatic Collection<DiffDiskOptions> DiffDiskOptions.values()Gets known DiffDiskOptions values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskOptionsModifier and TypeMethodDescriptionDiffDiskSettings.withOption(DiffDiskOptions option) Set the option property: Specifies the ephemeral disk settings for operating system disk.