@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)
Delete the disable legacy features setting.
|
DisableLegacyFeatures |
get(GetDisableLegacyFeaturesRequest request)
Get the disable legacy features setting.
|
DisableLegacyFeaturesService |
impl() |
DisableLegacyFeatures |
update(boolean allowMissing,
DisableLegacyFeatures setting,
String fieldMask) |
DisableLegacyFeatures |
update(UpdateDisableLegacyFeaturesRequest request)
Update the disable legacy features setting.
|
public DisableLegacyFeaturesAPI(ApiClient apiClient)
public DisableLegacyFeaturesAPI(DisableLegacyFeaturesService mock)
public DeleteDisableLegacyFeaturesResponse delete(DeleteDisableLegacyFeaturesRequest request)
Deletes the disable legacy features setting.
public DisableLegacyFeatures get(GetDisableLegacyFeaturesRequest request)
Gets the value of the disable legacy features setting.
public DisableLegacyFeatures update(boolean allowMissing, DisableLegacyFeatures setting, String fieldMask)
public DisableLegacyFeatures update(UpdateDisableLegacyFeaturesRequest request)
Updates the value of the disable legacy features setting.
public DisableLegacyFeaturesService impl()
Copyright © 2025. All rights reserved.