Share via


DaprComponent.Update Interface

Implements

public static interface DaprComponent.Update
extends WithComponentType, WithVersion, WithIgnoreErrors, WithInitTimeout, WithSecrets, WithSecretStoreComponent, WithMetadata, WithScopes

The template for DaprComponent update.

Method Summary

Modifier and Type Method and Description
abstract DaprComponent apply()

Executes the update request.

abstract DaprComponent apply(Context context)

Executes the update request.

Method Details

apply

public abstract DaprComponent apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract DaprComponent apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to