Uses of Class
com.databricks.sdk.service.compute.InstancePoolAzureAttributes
-
Packages that use InstancePoolAzureAttributes Package Description com.databricks.sdk.service.compute -
-
Uses of InstancePoolAzureAttributes in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return InstancePoolAzureAttributes Modifier and Type Method Description InstancePoolAzureAttributes
CreateInstancePool. getAzureAttributes()
InstancePoolAzureAttributes
EditInstancePool. getAzureAttributes()
InstancePoolAzureAttributes
GetInstancePool. getAzureAttributes()
InstancePoolAzureAttributes
InstancePoolAndStats. getAzureAttributes()
InstancePoolAzureAttributes
InstancePoolAzureAttributes. setAvailability(InstancePoolAzureAttributesAvailability availability)
InstancePoolAzureAttributes
InstancePoolAzureAttributes. setSpotBidMaxPrice(Float spotBidMaxPrice)
Methods in com.databricks.sdk.service.compute with parameters of type InstancePoolAzureAttributes Modifier and Type Method Description CreateInstancePool
CreateInstancePool. setAzureAttributes(InstancePoolAzureAttributes azureAttributes)
EditInstancePool
EditInstancePool. setAzureAttributes(InstancePoolAzureAttributes azureAttributes)
GetInstancePool
GetInstancePool. setAzureAttributes(InstancePoolAzureAttributes azureAttributes)
InstancePoolAndStats
InstancePoolAndStats. setAzureAttributes(InstancePoolAzureAttributes azureAttributes)
-