Uses of Class
com.databricks.sdk.service.compute.AzureAttributes
-
Packages that use AzureAttributes Package Description com.databricks.sdk.service.compute com.databricks.sdk.service.pipelines -
-
Uses of AzureAttributes in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return AzureAttributes Modifier and Type Method Description AzureAttributesClusterAttributes. getAzureAttributes()AzureAttributesClusterDetails. getAzureAttributes()AzureAttributesClusterSpec. getAzureAttributes()AzureAttributesCreateCluster. getAzureAttributes()AzureAttributesEditCluster. getAzureAttributes()AzureAttributesAzureAttributes. setAvailability(AzureAvailability availability)AzureAttributesAzureAttributes. setFirstOnDemand(Long firstOnDemand)AzureAttributesAzureAttributes. setLogAnalyticsInfo(LogAnalyticsInfo logAnalyticsInfo)AzureAttributesAzureAttributes. setSpotBidMaxPrice(Float spotBidMaxPrice)Methods in com.databricks.sdk.service.compute with parameters of type AzureAttributes Modifier and Type Method Description ClusterAttributesClusterAttributes. setAzureAttributes(AzureAttributes azureAttributes)ClusterDetailsClusterDetails. setAzureAttributes(AzureAttributes azureAttributes)ClusterSpecClusterSpec. setAzureAttributes(AzureAttributes azureAttributes)CreateClusterCreateCluster. setAzureAttributes(AzureAttributes azureAttributes)EditClusterEditCluster. setAzureAttributes(AzureAttributes azureAttributes) -
Uses of AzureAttributes in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return AzureAttributes Modifier and Type Method Description AzureAttributesPipelineCluster. getAzureAttributes()Methods in com.databricks.sdk.service.pipelines with parameters of type AzureAttributes Modifier and Type Method Description PipelineClusterPipelineCluster. setAzureAttributes(AzureAttributes azureAttributes)
-