Share via


ReplicaAnnotation Class

Definition

Represents an annotation that specifies the number of replicas for a resource.

public sealed class ReplicaAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ReplicaAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ReplicaAnnotation
Implements IResourceAnnotation
Inheritance
ReplicaAnnotation
Implements

Constructors

ReplicaAnnotation(Int32)

Represents an annotation that specifies the number of replicas for a resource.

Properties

Replicas

Gets the number of replicas for the application.

Applies to