Skip to content
Docs Try Aspire

UpdateConfig

Class sealed net10.0
📦 Aspire.Hosting.Docker v13.1.2-preview.1.26125.13
Defines the update configuration settings for service deployments in a Docker Swarm environment.
namespace Aspire.Hosting.Docker.Resources.ServiceNodes.Swarm;
public sealed class UpdateConfig
{
// ...
}
This class provides various configurable options for updating services, including parallelism, delay between updates, failure actions, monitoring settings, failure ratio limits, and the order of updates.