ReplicaAnnotation Class
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 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. |