Skip to content
Docs Try Aspire

Placement Constructors

Class Constructors 1 member
Represents the placement configuration for a Docker service in a Swarm cluster. This class is used to define specific constraints and preferences for the placement of tasks or containers.
public sealed class Placement
{
public Placement()
{
// ...
}
}