ReplicaAnnotation Constructors
Class Constructors 1 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
replicas int optional The number of replicas for the resource.