Interface DaprComponent.DefinitionStages.WithScopes

All Known Subinterfaces:
DaprComponent.Definition, DaprComponent.DefinitionStages.WithCreate
Enclosing interface:
DaprComponent.DefinitionStages

public static interface DaprComponent.DefinitionStages.WithScopes
The stage of the DaprComponent definition allowing to specify scopes.
  • Method Details

    • withScopes

      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.