Share via


Service.Deploy Property

Definition

Represents the deployment configuration of a service in a Docker Compose configuration.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to