Uses of Class
com.databricks.sdk.service.compute.DiskTypeAzureDiskVolumeType
-
Packages that use DiskTypeAzureDiskVolumeType Package Description com.databricks.sdk.service.compute -
-
Uses of DiskTypeAzureDiskVolumeType in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return DiskTypeAzureDiskVolumeType Modifier and Type Method Description DiskTypeAzureDiskVolumeTypeDiskType. getAzureDiskVolumeType()static DiskTypeAzureDiskVolumeTypeDiskTypeAzureDiskVolumeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiskTypeAzureDiskVolumeType[]DiskTypeAzureDiskVolumeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type DiskTypeAzureDiskVolumeType Modifier and Type Method Description DiskTypeDiskType. setAzureDiskVolumeType(DiskTypeAzureDiskVolumeType azureDiskVolumeType)
-