ResourceExtensions.GetReplicaCount(IResource) Method
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.
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.