@Generated public class DisableLegacyFeaturesAPI extends Object
For newly created workspaces: 1. Disables the use of DBFS root and mounts. 2. Hive Metastore will not be provisioned. 3. Disables the use of ‘No-isolation clusters’. 4. Disables Databricks Runtime versions prior to 13.3LTS.
| Constructor and Description |
|---|
DisableLegacyFeaturesAPI(ApiClient apiClient)
Regular-use constructor
|
DisableLegacyFeaturesAPI(DisableLegacyFeaturesService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDisableLegacyFeaturesResponse |
delete(DeleteDisableLegacyFeaturesRequest request)
Deletes the disable legacy features setting.
|
DisableLegacyFeatures |
get(GetDisableLegacyFeaturesRequest request)
Gets the value of the disable legacy features setting.
|
DisableLegacyFeaturesService |
impl() |
DisableLegacyFeatures |
update(UpdateDisableLegacyFeaturesRequest request)
Updates the value of the disable legacy features setting.
|
public DisableLegacyFeaturesAPI(ApiClient apiClient)
public DisableLegacyFeaturesAPI(DisableLegacyFeaturesService mock)
public DeleteDisableLegacyFeaturesResponse delete(DeleteDisableLegacyFeaturesRequest request)
public DisableLegacyFeatures get(GetDisableLegacyFeaturesRequest request)
public DisableLegacyFeatures update(UpdateDisableLegacyFeaturesRequest request)
public DisableLegacyFeaturesService impl()
Copyright © 2026. All rights reserved.