Share via


ResourceExtensions.GetReplicaCount(IResource) Method

Definition

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

public static int GetReplicaCount (this Aspire.Hosting.ApplicationModel.IResource resource);
static member GetReplicaCount : Aspire.Hosting.ApplicationModel.IResource -> int
<Extension()>
Public Function GetReplicaCount (resource As IResource) As Integer

Parameters

resource
IResource

The resource to get the replica count for.

Returns

The number of replicas for the specified resource.

Applies to