Uses of Class
com.azure.resourcemanager.compute.models.DiffDiskOptions
-
Packages that use DiffDiskOptions Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiffDiskOptions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiffDiskOptions Modifier and Type Field Description static DiffDiskOptionsDiffDiskOptions. LOCALStatic value Local for DiffDiskOptions.Methods in com.azure.resourcemanager.compute.models that return DiffDiskOptions Modifier and Type Method Description static DiffDiskOptionsDiffDiskOptions. fromString(String name)Creates or finds a DiffDiskOptions from its string representation.DiffDiskOptionsDiffDiskSettings. 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 DiffDiskOptions Modifier and Type Method Description static Collection<DiffDiskOptions>DiffDiskOptions. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiffDiskOptions Modifier and Type Method Description DiffDiskSettingsDiffDiskSettings. withOption(DiffDiskOptions option)Set the option property: Specifies the ephemeral disk settings for operating system disk.
-