Workspace.Update Interface

Implements

public static interface Workspace.Update
extends WithTags, WithIdentity, WithSqlAdministratorLoginPassword, WithManagedVirtualNetworkSettings, WithWorkspaceRepositoryConfiguration, WithPurviewConfiguration, WithEncryption, WithPublicNetworkAccess

The template for Workspace update.

Method Summary

Modifier and Type Method and Description
abstract Workspace apply()

Executes the update request.

abstract Workspace apply(Context context)

Executes the update request.

Method Details

apply

public abstract Workspace apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Workspace apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to