Interface DaprComponent.DefinitionStages.WithScopes

    • Method Detail

      • withScopes

        DaprComponent.DefinitionStages.WithCreate 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.