ResourceExtensions.GetReplicaCount(IResource) Method

Definition

Gets the number of replicas for the specified resource. Defaults to 1 if no ReplicaAnnotation is found.

C#
public static int GetReplicaCount(this Aspire.Hosting.ApplicationModel.IResource resource);

Parameters

resource
IResource

The resource to get the replica count for.

Returns

The number of replicas for the specified resource.

Applies to

Producto Versiones
.NET Aspire 8.0.0, 9.0.0, 9.1.0