Skip to content
Docs Try Aspire

ReplicaAnnotation

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation that specifies the number of replicas for a resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ReplicaAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}