DaprComponent.UpdateStages.WithVersion Interface

public static interface DaprComponent.UpdateStages.WithVersion

The stage of the DaprComponent update allowing to specify version.

Method Summary

Modifier and Type Method and Description
abstract Update withVersion(String version)

Specifies the version property: Component version.

Method Details

withVersion

public abstract DaprComponent.Update withVersion(String version)

Specifies the version property: Component version.

Parameters:

version - Component version.

Returns:

the next definition stage.

Applies to