Interface DaprComponent.Update

All Superinterfaces:
DaprComponent.UpdateStages.WithComponentType, DaprComponent.UpdateStages.WithIgnoreErrors, DaprComponent.UpdateStages.WithInitTimeout, DaprComponent.UpdateStages.WithMetadata, DaprComponent.UpdateStages.WithScopes, DaprComponent.UpdateStages.WithSecrets, DaprComponent.UpdateStages.WithSecretStoreComponent, DaprComponent.UpdateStages.WithVersion
Enclosing interface:
DaprComponent

The template for DaprComponent update.
  • Method Details

    • apply

      DaprComponent apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      DaprComponent apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.