Deploy.UpdateConfig Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.