/// <summary>
 /// List replicas for a Container App Revision.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='containerAppName'>
 /// Name of the Container App.
 /// </param>
 /// <param name='revisionName'>
 /// Name of the Container App Revision.
 /// </param>
 public static ReplicaCollection ListReplicas(this IContainerAppsRevisionReplicasOperations operations, string resourceGroupName, string containerAppName, string revisionName)
 {
     return(operations.ListReplicasAsync(resourceGroupName, containerAppName, revisionName).GetAwaiter().GetResult());
 }