DaprComponent.UpdateStages.WithScopes Interface

public static interface DaprComponent.UpdateStages.WithScopes

The stage of the DaprComponent update allowing to specify scopes.

Method Summary

Modifier and Type Method and Description
abstract Update withScopes(List<String> scopes)

Specifies the scopes property: Names of container apps that can use this Dapr component.

Method Details

withScopes

public abstract DaprComponent.Update withScopes(List<String> scopes)

Specifies the scopes property: Names of container apps that can use this Dapr component.

Parameters:

scopes - Names of container apps that can use this Dapr component.

Returns:

the next definition stage.

Applies to