Uses of Class
com.microsoft.azure.management.compute.DiffDiskOptions
Packages that use DiffDiskOptions
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiffDiskOptions in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as DiffDiskOptionsModifier and TypeFieldDescriptionstatic final DiffDiskOptions
DiffDiskOptions.LOCAL
Static value Local for DiffDiskOptions.Methods in com.microsoft.azure.management.compute that return DiffDiskOptionsModifier and TypeMethodDescriptionstatic DiffDiskOptions
DiffDiskOptions.fromString
(String name) Creates or finds a DiffDiskOptions from its string representation.DiffDiskSettings.option()
Get specifies the ephemeral disk settings for operating system disk.Methods in com.microsoft.azure.management.compute that return types with arguments of type DiffDiskOptionsMethods in com.microsoft.azure.management.compute with parameters of type DiffDiskOptionsModifier and TypeMethodDescriptionDiffDiskSettings.withOption
(DiffDiskOptions option) Set specifies the ephemeral disk settings for operating system disk.