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 service |
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:
Returns: