Interface DaprComponent.UpdateStages.WithVersion

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

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

    Modifier and Type
    Method
    Description
    Specifies the version property: Component version.
  • Method Details

    • withVersion

      DaprComponent.Update withVersion(String version)
      Specifies the version property: Component version.
      Parameters:
      version - Component version.
      Returns:
      the next definition stage.