Interface DaprComponent.UpdateStages.WithScopes

All Known Subinterfaces:
DaprComponent.Update
Enclosing interface:
DaprComponent.UpdateStages

public static interface DaprComponent.UpdateStages.WithScopes
The stage of the DaprComponent update allowing to specify scopes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the scopes property: Names of container apps that can use this Dapr component.
  • Method Details

    • withScopes

      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.