Service.Deploy 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 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