Interface Refreshable<T>

    • Method Detail

      • refresh

        T refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource
      • refreshAsync

        Mono<T> refreshAsync()
        Refreshes the resource to sync with Azure.
        Returns:
        the Mono to refreshed resource