DaprComponent.UpdateStages.WithServiceComponentBind Interface

public static interface DaprComponent.UpdateStages.WithServiceComponentBind

The stage of the DaprComponent update allowing to specify serviceComponentBind.

Method Summary

Modifier and Type Method and Description
abstract Update withServiceComponentBind(List<DaprComponentServiceBinding> serviceComponentBind)

Specifies the serviceComponentBind property: List of container app services that are bound to the Dapr component.

Method Details

withServiceComponentBind

public abstract DaprComponent.Update withServiceComponentBind(List<DaprComponentServiceBinding> serviceComponentBind)

Specifies the serviceComponentBind property: List of container app services that are bound to the Dapr component.

Parameters:

serviceComponentBind - List of container app services that are bound to the Dapr component.

Returns:

the next definition stage.

Applies to