Share via


Deploy.UpdateConfig Property

Definition

Represents the update configuration used during service deployments.

[YamlDotNet.Serialization.YamlMember(Alias="update_config")]
public Aspire.Hosting.Docker.Resources.ServiceNodes.Swarm.UpdateConfig? UpdateConfig { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="update_config")>]
member this.UpdateConfig : Aspire.Hosting.Docker.Resources.ServiceNodes.Swarm.UpdateConfig with get, set
Public Property UpdateConfig As UpdateConfig

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The UpdateConfig property defines the parameters associated with updating services. It allows configuration of update behavior such as parallelism, delays, failure actions, and monitoring.

Applies to

See also