Interface Workspace.Update

All Superinterfaces:
Workspace.UpdateStages.WithTags
Enclosing interface:
Workspace

public static interface Workspace.Update extends Workspace.UpdateStages.WithTags
The template for Workspace update.
  • Method Summary

    Modifier and Type
    Method
    Description
    Executes the update request.
    apply(com.azure.core.util.Context context)
    Executes the update request.

    Methods inherited from interface com.azure.resourcemanager.databricks.models.Workspace.UpdateStages.WithTags

    withTags
  • Method Details

    • apply

      Workspace apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      Workspace apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.