ReplicaAnnotation Constructors
ClassConstructors1 member
Represents an annotation that specifies the number of replicas for a resource.
Constructor(int)Section titled Constructor(int) Represents an annotation that specifies the number of replicas for a resource.
public sealed class ReplicaAnnotation{ public ReplicaAnnotation( int replicas = 1) { // ... }}Parameters
replicasintoptionalThe number of replicas for the resource.